fork download
  1. puts "345.56, 456.466".scan(/[+-]?\d*\.?\d+/).map(&:to_f)
Success #stdin #stdout 0.06s 9656KB
stdin
Standard input is empty
stdout
345.56
456.466