def foo
puts "This is the first part of" \
"a long string on a single line"
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
def foo
puts "This is the first part of" \
"a long string on a single line"
end
|