Closed mr-pug closed 7 years ago
When I include require 'irbtools/more' in ~/.irbrc, I get the error: cannot load such file -- irbtools/more
require 'irbtools/more'
~/.irbrc
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.
/more
irbtools
~/.rvm//gems/ruby-2.2.3/gems/irbtools-2.0.1
Hi, make sure you have the following line in your Gemfile:
Gemfile
gem "irbtools-more", require: 'irbtools/binding'
Closing (please re-open if you still experience this problem)
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 haveirbtools
installed at~/.rvm//gems/ruby-2.2.3/gems/irbtools-2.0.1
.