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
When trying to start rubish usig ruby 1.9.2p290 I get the following exception:
$ rubish
/opt/ruby/lib/ruby/gems/1.9.1/gems/rubish-0.1.0/lib/rubish/stub.rb:71: warning: undefining `object_id' may cause serious problems
/opt/ruby/lib/ruby/1.9.1/irb/input-method.rb:108:in `initialize': undefined method `conf' for IRB:Module (NoMethodError)
from /opt/ruby/lib/ruby/gems/1.9.1/gems/rubish-0.1.0/lib/rubish/repl.rb:16:in `new'
from /opt/ruby/lib/ruby/gems/1.9.1/gems/rubish-0.1.0/lib/rubish/repl.rb:16:in `repl'
from /opt/ruby/lib/ruby/gems/1.9.1/gems/rubish-0.1.0/lib/rubish/repl.rb:5:in `repl'
from /opt/ruby/lib/ruby/gems/1.9.1/gems/rubish-0.1.0/lib/rubish/stub.rb:12:in `repl'
from /opt/ruby/lib/ruby/gems/1.9.1/gems/rubish-0.1.0/bin/rubish:5:in `<top (required)>'
from /opt/ruby/bin/rubish:19:in `load'
It seems to work when started with Rubish.repl from irb though.
The text was updated successfully, but these errors were encountered:
When trying to start rubish usig ruby 1.9.2p290 I get the following exception:
It seems to work when started with Rubish.repl from irb though.
The text was updated successfully, but these errors were encountered: