<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,18 +40,14 @@ module ProfanityFilter
       def clean(text, replace_method = '')
         return text if text.blank?
         @replace_method = replace_method
-        text.split(/(\s)/).collect{ |word|
-          clean_word(word)
-        }.join
+        text.split(/(\s)/).collect{ |word| clean_word(word) }.join
       end
       
       def clean_word(word)
          return word unless(word.strip.size &gt; 2)
          
          if word.index(/[\W]/)
-           word = word.split(/(\W)/).collect{ |subword|
-             clean_word(subword)
-           }.join
+           word = word.split(/(\W)/).collect{ |subword| clean_word(subword) }.join
            concat = word.gsub(/\W/, '')
            word = concat if is_banned? concat
          end</diff>
      <filename>lib/profanity_filter.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>88a294d7dd80609b875b4164398fb60df8457020</id>
    </parent>
  </parents>
  <author>
    <name>Adam Bair</name>
    <email>adambair@gmail.com</email>
  </author>
  <url>http://github.com/adambair/fu-fu/commit/cad187579b11b7fd8da96b38f60fcdd05c154ae5</url>
  <id>cad187579b11b7fd8da96b38f60fcdd05c154ae5</id>
  <committed-date>2009-08-08T19:41:09-07:00</committed-date>
  <authored-date>2009-08-08T19:41:09-07:00</authored-date>
  <message>Block formatting</message>
  <tree>4a9e0112668aaaf174a00328f5fc8599b1374475</tree>
  <committer>
    <name>Adam Bair</name>
    <email>adambair@gmail.com</email>
  </committer>
</commit>
