<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,7 +34,7 @@ module Liquid
       strainer
     end
     
-    def respond_to?(method)
+    def respond_to?(method, include_private = false)
       method_name = method.to_s
       return false if method_name =~ INTERNAL_METHOD
       return false if @@required_methods.include?(method_name)</diff>
      <filename>lib/liquid/strainer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,4 +13,9 @@ class StrainerTest &lt; Test::Unit::TestCase
     assert_equal true, strainer.respond_to?('size') # from the standard lib
   end
   
+  def test_should_respond_to_two_parameters
+    strainer = Strainer.create(nil)
+    assert_equal true, strainer.respond_to?('size', false)
+  end
+  
 end
\ No newline at end of file</diff>
      <filename>test/strainer_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3bfde37a53edc8502052696e53fde3758686b718</id>
    </parent>
  </parents>
  <author>
    <name>Joseph Anthony Pasquale Holsten</name>
    <email>joseph@localhost.(none)</email>
  </author>
  <url>http://github.com/tobi/liquid/commit/c15a6830637b280ebbf8d166e91a5558e58ce074</url>
  <id>c15a6830637b280ebbf8d166e91a5558e58ce074</id>
  <committed-date>2008-11-02T04:24:07-08:00</committed-date>
  <authored-date>2008-11-02T04:24:07-08:00</authored-date>
  <message>Fixed Strainer#respond_to? to accept two parameters</message>
  <tree>3b79b059471d1f23c05a97a4d2d1d1a4a940813d</tree>
  <committer>
    <name>Joseph Anthony Pasquale Holsten</name>
    <email>joseph@localhost.(none)</email>
  </committer>
</commit>
