README.rdoc in irbtools-more-1.6.0 vs README.rdoc in irbtools-more-1.6.1
- old
+ new
@@ -1,8 +1,8 @@
= irbtools-more
-<tt>irbtools-more</tt> adds more IRB gems which may not build out-of-the-box. Currently included: bond for better auto-completion and looksee for great method introspection. See the {irbtools readme}[https://github.com/janlelis/irbtools] for details.
+<tt>irbtools-more</tt> adds more IRB gems which may not build out-of-the-box. Currently included: <tt>bond</tt> for better auto-completion and <tt>looksee</tt> for great method introspection. It also adds the <tt>binding_of_caller</tt> gem to enable starting IRB by just calling <tt>repl</tt> anywhere in your code. See the {irbtools readme}[https://github.com/janlelis/irbtools] for details.
== Setup
gem install irbtools-more
@@ -24,10 +24,10 @@
== Bundler Environments
In you <tt>Gemfile</tt>, you will need to add:
- gem 'irbtools-more', require: 'binding.repl'
+ gem 'irbtools-more', require: 'debugging/repl'
Another way is to add a {debundle hack}[https://github.com/janlelis/debundle.rb] at the beginning of your <tt>~/.irbrc</tt>.
== J-_-L