puts "345.56, 456.466".split(/[^\d.]+/).map(&:to_f)
Standard input is empty
345.56 456.466
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!