Sha256: dd445180f0d0c6dc0a953d73484938b9c8707beea94af221f01b0797a029bf15
Contents?: true
Size: 270 Bytes
Versions: 28
Compression:
Stored size: 270 Bytes
Contents
# p __FILE__, $PROGRAM_NAME at_exit { puts "I am <at> the exit!" } puts "that’s nice" STDERR.write "this is my important stuff\n" system("echo '<strong>bad!</strong>' 1>&2") require "erb" foo = "bar" p ERB.new("<%= foo %>").result def charlie sheen end charlie
Version data entries
28 entries across 28 versions & 1 rubygems