<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@ the easy creation and implementation of Helper Wrapper classes. Here's the
 three steps to creating your own wrapper classes.
 
 1. Create a class that subclasses GiftWrap
-2. You may pass a partial's name as a string to the +use_partial+ method. The block will be available as the 'body' local variable within your partial. The instance of GiftWrap will be available as the +:object+ in the partial.
+2. You may pass a partial's name as a string to the +use_partial+ method. The block will be available as the 'body' local variable within your partial. The instance of GiftWrap will be available as the &lt;tt&gt;:object&lt;/tt&gt; in the partial.
 3. You may pass a list of method names (or Proc objects, or simply strings) to the +before_yield+ and +after_yield+ class methods to determine what will be called at the beginning and end of your block. These methods can be used instead of, or in conjunction with, the +use_partial+ method.
 4. Use the dynamically created wrapper helper method in your views to initialize and use your class. For example, if your class is named +RoundCornerBox+, the method +round_corner_box+ will be dynamically created and will accept the same parameters as your class' +initialize+ method.
 
@@ -39,7 +39,7 @@ three steps to creating your own wrapper classes.
     end
   end
 
-=== Example of the +shared/_round_corner_box.html.erb+ partial file:
+=== Example of the &lt;tt&gt;shared/_round_corner_box.html.erb&lt;/tt&gt; partial file:
 
   &lt;pre&gt;
   &lt;% if round_corner_box.header %&gt;</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@
 # 
 # 2. You may pass a partial's name as a string to the +use_partial+ method. The block will be
 # available as the 'body' local variable within your partial. The instance of GiftWrap will be
-# available as the +:object+ in the partial.
+# available as the &lt;tt&gt;:object&lt;/tt&gt; in the partial.
 # 
 # 3. You may pass a list of method names (or Proc objects, or simply strings) to the +before_yield+ 
 # and +after_yield+ class methods to determine what will be called at the beginning 
@@ -51,7 +51,7 @@
 # &lt;/pre&gt;
 # 
 # 
-# The partial would look like this (in shared/_round_corner_box.html.erb):
+# The partial would look like this (in &lt;tt&gt;shared/_round_corner_box.html.erb&lt;/tt&gt;):
 # 
 # &lt;pre&gt;
 # &lt;% if round_corner_box.header %&gt;</diff>
      <filename>lib/gift_wrap.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a5e66ed3f90f793aba2105fd72fcb45422cf9d36</id>
    </parent>
  </parents>
  <author>
    <name>Chris Powers</name>
    <email>chrisjpowers@gmail.com</email>
  </author>
  <url>http://github.com/chrisjpowers/giftwrap/commit/4de0695e7ec9b476b3ba624a1812e4656d616ea1</url>
  <id>4de0695e7ec9b476b3ba624a1812e4656d616ea1</id>
  <committed-date>2008-06-09T12:43:35-07:00</committed-date>
  <authored-date>2008-06-09T12:43:35-07:00</authored-date>
  <message>Fixed a couple Rdoc formatting issues.</message>
  <tree>1f7039f45ef799a55368460625ee63c07d5175ef</tree>
  <committer>
    <name>Chris Powers</name>
    <email>chrisjpowers@gmail.com</email>
  </committer>
</commit>
