Merge branch 'master' of git://github.com/josephholsten/liquid into josephholsten/master

This commit is contained in:
Tobias Lütke
2008-11-02 10:08:55 -08:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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)