Files

16 lines
166 B
Ruby
Raw Permalink Normal View History

# 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