fork download
  1. f = 1.method(:+)
  2. puts f.call(1)
Success #stdin #stdout 0.05s 9648KB
stdin
Standard input is empty
stdout
2