<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -164,12 +164,12 @@ end || #{v}
 
   def final_decoration(code, output)
     warnings = {}
-    output.join.grep(WARNING_RE).map do |x|
+    output.join.lines.grep(WARNING_RE).map do |x|
       md = WARNING_RE.match(x)
       warnings[md[1].to_i] = md[2]
     end
     idx = 0
-    ret = code.map do |line|
+    ret = code.lines.map do |line|
       w = warnings[idx+=1]
       if @warnings
         w ? (line.chomp + &quot; # !&gt; #{w}&quot;) : line
@@ -425,8 +425,8 @@ module ProcessParticularLine
   def aref_or_aset?(right_stripped, last_char)
     if last_char == ?[
       case right_stripped
-      when /\]\s*=/: &quot;[]=&quot;
-      when /\]/:     &quot;[]&quot;
+      when /\]\s*=/; &quot;[]=&quot;
+      when /\]/;     &quot;[]&quot;
       end
     end
   end
@@ -941,7 +941,7 @@ if __FILE__ == $0
                   :use_parentheses =&gt; !options.poetry)
 
   case options.mode
-  when :marker     : puts xmp.add_markers(targetcode, options.min_codeline_size)
+  when :marker     ; puts xmp.add_markers(targetcode, options.min_codeline_size)
   when :annotation, :unittest, :rspec
     puts xmp.annotate(targetcode)
   when :completion, :completion_emacs, :completion_vim</diff>
      <filename>xmpfilter.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>621633487bc309fb3d3b6abb5d6bd89619760be4</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze-book/commit/07ab30886f3110426e5d2e25eae016f427255d40</url>
  <id>07ab30886f3110426e5d2e25eae016f427255d40</id>
  <committed-date>2009-06-16T19:41:40-07:00</committed-date>
  <authored-date>2009-06-16T19:41:40-07:00</authored-date>
  <message>Fix xmpfilter for 1.9</message>
  <tree>d0e7af294436deaa7dbb6c9b0bce43fdc0f4edcb</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
