janlelis / irbtools

Improvements for Ruby's IRB console 💎︎
MIT License
921 stars 27 forks source link

cannot load such file -- irbtools/more #37

Closed mr-pug closed 7 years ago

mr-pug commented 8 years ago

When I include require 'irbtools/more' in ~/.irbrc, I get the error: cannot load such file -- irbtools/more

It seems to load up without /more. I have irbtools installed at ~/.rvm//gems/ruby-2.2.3/gems/irbtools-2.0.1.

janlelis commented 8 years ago

Hi, make sure you have the following line in your Gemfile:

gem "irbtools-more", require: 'irbtools/binding'
janlelis commented 7 years ago

Closing (please re-open if you still experience this problem)