When ever I try to run a Ruby script that uses:
gets.chomp
RubyMate gives me the error:
NoMethodError: private method ¡Æchomp¡Ç called for ["test"]:Array
I can run this script when I go directly from the command line. It
justs seems that RubyMate has trouble accepting input.
--
Posted via http://www.ruby-forum.com/.