fork download
  1. puts "Some text here".match?(/Some/)
Runtime error #stdin #stdout #stderr 0.01s 5836KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.rb:1:in `<main>': undefined method `match?' for "Some text here":String (NoMethodError)