Files
pineapple-notepad/3rdparty/lexilla545/lexilla/test/examples/ruby/234HereDoc.rb

16 lines
166 B
Ruby

# encoding: utf-8
puts <<A中
#{1+2}
A中
puts <<
#{1+2}
def STDERR::error(x) = puts(x)
def STDERR.error(x) = puts(x)
STDERR.error <<EOF
STDERR heredoc
EOF