H
He Fa
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.
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.