You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[testors@macpro:~]$ ruby test.rb
test.rb:16:in `test': no implicit conversion of String into Integer (TypeError)
from test.rb:16:in `<main>'
[testors@macpro:~]$ rbx test.rb
An exception occurred running test.rb:
can't convert String into Integer (TypeError)
Backtrace:
Object#__script__ at test.rb:16
Rubinius::CodeLoader#load_script at kernel/delta/code_loader.rb:66
Rubinius::CodeLoader.load_script at kernel/delta/code_loader.rb:152
Rubinius::Loader#script at kernel/loader.rb:656
Rubinius::Loader#main at kernel/loader.rb:810
test.c
test.rb
how to reproduce :
expected result :
environment
The text was updated successfully, but these errors were encountered: