<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ class String
   # Replaces spaces and tabs with _ so we can use the string as a method name
   # Also replace dangerous punctuation
   def to_method_name
-    self.downcase.gsub(/[\s:',;!#=]+/,'_')
+    self.downcase.gsub(/[\s:',;!#=\(\)&amp;]+/,'_')
   end
   
   # Borrowed from +camelize+ in ActiveSupport</diff>
      <filename>lib/context/core_ext/string.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>82908a46b66332a9b28388682caf243a3fbbe1e4</id>
    </parent>
  </parents>
  <author>
    <name>Matthias Hennemeyer</name>
    <email>mhennemeyer@gmail.com</email>
  </author>
  <url>http://github.com/jeremymcanally/context/commit/f8a7c7ee8174682b9d7137b21169dbd3233c5063</url>
  <id>f8a7c7ee8174682b9d7137b21169dbd3233c5063</id>
  <committed-date>2009-02-10T23:23:54-08:00</committed-date>
  <authored-date>2009-02-08T06:28:18-08:00</authored-date>
  <message>Remove more dangerous chars from class and method names.

Signed-off-by: Jeremy McAnally &lt;jeremymcanally@gmail.com&gt;</message>
  <tree>92f60d7c0d01ba22075c4774bc19f358cb330cac</tree>
  <committer>
    <name>Jeremy McAnally</name>
    <email>jeremymcanally@gmail.com</email>
  </committer>
</commit>
