> Just wondering if anyone has any hints on how to get command line arguments?
puts "type in input" input = gets puts "input is: " + input puts "type in lots of input separated by spaces" input = gets all_input = input.split(/ /) puts "input is: " puts all_input _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
