<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -49,12 +49,12 @@ module RubyWarrior
       rows = []
       rows &lt;&lt; &quot; &quot; + (&quot;-&quot; * @width)
       @height.times do |y|
-        str = &quot;|&quot;
+        row = &quot;|&quot;
         @width.times do |x|
-          str &lt;&lt; space(x, y).to_map
+          row &lt;&lt; space(x, y).to_map
         end
-        str &lt;&lt; &quot;|&quot;
-        rows &lt;&lt; str
+        row &lt;&lt; &quot;|&quot;
+        rows &lt;&lt; row
       end
       rows &lt;&lt; &quot; &quot; + (&quot;-&quot; * @width)
       rows.join(&quot;\n&quot;) + &quot;\n&quot;</diff>
      <filename>lib/ruby_warrior/floor.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,4 +4,4 @@ Level &lt;%= level.number %&gt;
 
 Tip: &lt;%= level.tip %&gt;
 
-TODO add docs for units and abilities here.
+&lt;%= level.floor.to_map %&gt;</diff>
      <filename>templates/README.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5098e44e8e869e250cabb265a31ea3fc0b4c29c5</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </author>
  <url>http://github.com/ryanb/ruby-warrior/commit/37c7fec5c2905c339352346d32fc31d0d149ce89</url>
  <id>37c7fec5c2905c339352346d32fc31d0d149ce89</id>
  <committed-date>2008-09-04T13:16:52-07:00</committed-date>
  <authored-date>2008-09-04T13:16:52-07:00</authored-date>
  <message>adding map to level readme</message>
  <tree>7567205bde58f010cac1360205cea052549f5747</tree>
  <committer>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </committer>
</commit>
