class Liquid::Blank
- Liquid::Blank
- Liquid::Drop
- Reference
- Object
Defined in:
liquid/blank.crInstance Method Summary
- #==(str : String)
- #==(array : Array)
- #==(_nil : Nil)
- #==(other : Any)
-
#call(method : String) : Liquid::Any
Called by
StackMachine
to call a method from thisDrop
.
Instance methods inherited from class Liquid::Drop
[](method : String) : Liquid::Any
[],
call(method : String) : Liquid::Any
call
Instance Method Detail
Description copied from class Liquid::Drop
Called by StackMachine
to call a method from this Drop
.
Only public methods without parameters can be called here