README.rdoc in ripl-0.2.6 vs README.rdoc in ripl-0.2.7

- old
+ new

@@ -75,11 +75,11 @@ * Different from irb * No multi-line evaluation by default (but there is a plugin, {ripl-multi_line}[http://github.com/janlelis/ripl-multi_line]). * No irb subsessions or workspaces (though ripl has jumps via {ripl-commands}[http://github.com/cldwalker/ripl-commands]) - * Some IRB.conf features aren't supported (see {ripl-irb}[http://github.com/cldwalker/ripl-irb] + * Some IRB.conf features aren't supported yet (see {ripl-irb}[http://github.com/cldwalker/ripl-irb] for details) Note: Irb features not in ripl can be implemented as plugins. == Plugins @@ -126,10 +126,10 @@ Ripl.start Ripl.start takes options to customize your shell. For example if you wanted to start on a specific binding: - Ripl.start :binding => my_desired_binding + Ripl.start :binding => MyClass.instance_eval{ binding } == Create Commands If you want to invoke your custom shell with ripl, make it a ripl command. To create one, create an executable in the format ripl-<command> and make sure it's in your shell's