Method: Liquid::Condition::MethodLiteral#initialize
- Defined in:
- lib/liquid/condition.rb
#initialize(method_name, to_s) ⇒ MethodLiteral
Returns a new instance of MethodLiteral.
36 37 38 39 |
# File 'lib/liquid/condition.rb', line 36 def initialize(method_name, to_s) @method_name = method_name @to_s = to_s end |