<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,8 +17,8 @@ module ValidatesWithBlock
     
     def valid_attribute_name?(name)
       column_names.include?(name) || (
-        instance_methods(false).include?(&quot;#{name}=&quot;) &amp;&amp;
-        instance_methods(false).include?(name)
+        instance_methods.include?(&quot;#{name}=&quot;) &amp;&amp;
+        instance_methods.include?(name)
       )
     end
     </diff>
      <filename>lib/validates_with_block.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>61403b717e79f380f4c7304525252f52a1543174</id>
    </parent>
  </parents>
  <author>
    <name>Brian Mitchell</name>
    <email>brian.mitchell@excoventures.com</email>
  </author>
  <url>http://github.com/fhwang/validates_with_block/commit/f221c4e5861df0d6130d116c56398f4b723e6022</url>
  <id>f221c4e5861df0d6130d116c56398f4b723e6022</id>
  <committed-date>2008-06-11T13:52:04-07:00</committed-date>
  <authored-date>2008-06-11T13:50:33-07:00</authored-date>
  <message>Include all instance methods when checking attribute name

This change will allow more names to be used but given that
the current code at least requires validates_ it is very unlikely
to cause confusion.</message>
  <tree>0179822632eef0db36c11182fdc5640cf7e091ad</tree>
  <committer>
    <name>Brian Mitchell</name>
    <email>brian.mitchell@excoventures.com</email>
  </committer>
</commit>
