Issue #7771 has been updated by charliesome (Charlie Somerville). Status changed from Open to Rejected ---------------------------------------- Bug #7771: method 'gets' crashed https://bugs.ruby-lang.org/issues/7771#change-35783 Author: jjyr (jy j) Status: Rejected Priority: Normal Assignee: Category: core Target version: 1.9.3 ruby -v: ruby 1.9.3p374 (2013-01-15 revision 38858) [i686-linux] method 'gets' crashed when pass arguments like "ruby test.rb hello" example #file test.rb only one method gets #end ========= type "ruby test.rb" and enter will work well but "ruby test.rb hello" will crash In my machine(ubuntu 32): ruby test.rb hello test.rb:1:in `gets': No such file or directory - hello (Errno::ENOENT) from test.rb:1:in `gets' from test.rb:1:in `<main>' -- http://bugs.ruby-lang.org/