class Liquid::Condition::MethodLiteral

Attributes

method_name[R]
to_s[R]

Public Class Methods

new(method_name, to_s) click to toggle source
# File lib/liquid/condition.rb, line 33
def initialize(method_name, to_s)
  @method_name = method_name
  @to_s = to_s
end