fork download
  1. p RUBY_VERSION
  2. class Foo
  3. p STUFF = DATA.read
  4. end
  5.  
  6. __END__
  7. This is the stuff
Success #stdin #stdout 0.01s 7416KB
stdin
Standard input is empty
stdout
"1.9.3"
"This is the stuff"