# File lib/liquid/drop.rb, line 31 def invoke_drop(method) if self.class.public_instance_methods.include?(method.to_s) send(method.to_sym) else before_method(method) end end