fork download
  1. foo = class Foo
  2. "abc"
  3. end
  4.  
  5. puts foo
Success #stdin #stdout 0.01s 7460KB
stdin
Standard input is empty
stdout
abc