Actions
Bug #7771
closedmethod 'gets' crashed
    Bug #7771:
    method 'gets' crashed
  
Description
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 `'
Actions
        
        
     Updated by Anonymous
          Updated by Anonymous