class Liquid::Condition::MethodLiteral

def initialize(method_name, to_s)

def initialize(method_name, to_s)
  @method_name = method_name
  @to_s = to_s
end