fork download
  1. def not a
  2. "Hello, World!"
  3. end
  4. puts not "ruby"
Runtime error #stdin #stdout #stderr 0.05s 9608KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.rb:4: syntax error, unexpected tSTRING_BEG, expecting '('
puts not "ruby"
          ^