man/ripl.1.html in ripl-0.2.5 vs man/ripl.1.html in ripl-0.2.6
- old
+ new
@@ -132,14 +132,15 @@
Ripl.config[:color_error] = :blue
</code></pre>
<h2 id="PLUGINS">PLUGINS</h2>
-<p>A ripl plugin is a module that is included into Ripl::Shell or Ripl::Runner. Being simply modules,
-they can be packaged as gems and reused across shells as needed. ripl highly encourages plugins by
-loading them as early as possible and allowing them to extend most of ripl's functionality. As
-mentioned in the <code>CONFIGURATION</code> section, a plugin can be configured via Ripl.config.</p>
+<p>A ripl plugin is a module that is included into Ripl::Shell or extended into Ripl::Runner. Being
+simply modules, they can be packaged as gems and reused across shells as needed. ripl highly
+encourages plugins by loading them as early as possible and allowing them to extend most of ripl's
+functionality. As mentioned in the <code>CONFIGURATION</code> section, a plugin can be configured via
+Ripl.config.</p>
<p>To always use a plugin, require it in ~/.riplrc. To sometimes use it, require it from
the commandline:</p>
<pre><code>$ ripl -rripl/multi_line
@@ -267,10 +268,10 @@
<a href="http://github.com/cldwalker/ripl-irb" data-bare-link="true">http://github.com/cldwalker/ripl-irb</a>, <a href="http://github.com/cldwalker/ripl-rails" data-bare-link="true">http://github.com/cldwalker/ripl-rails</a>, <a href="http://github.com/janlelis/multi_line" data-bare-link="true">http://github.com/janlelis/multi_line</a></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'>CLDWALKER</li>
- <li class='tc'>November 2010</li>
+ <li class='tc'>December 2010</li>
<li class='tr'>ripl(1)</li>
</ol>
</div>
</body>