fork(1) download
  1. class Hi
  2. def initialize
  3. a = 5
  4. puts Kernel.local_variables.join(", ")
  5. end
  6. end
  7.  
  8. Hi.new
Success #stdin #stdout 0.02s 7452KB
stdin
Standard input is empty
stdout
a