heredocs

Ruby code posted by svbtle
created at 04 Apr 12:31

Edit | Back
1
2
3
4
5
6
7
8
p <<"A#{b}C"
#{
  <<"A#{b}C"
A#{b}C
}
str
A#{b}C
puts "something else"
77 Bytes in 11 ms with coderay