fork download
  1. (Math::PI * 6 .. Math::PI * 6.5).to_a
Runtime error #stdin #stdout #stderr 0.02s 7452KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.rb:1:in `each': can't iterate from Float (TypeError)
	from prog.rb:1:in `to_a'
	from prog.rb:1:in `<main>'