abstract class Liquid::Drop
- Liquid::Drop
- Reference
- Object
Direct Known Subclasses
Defined in:
liquid/drop.crInstance Method Summary
-
#[](method : String) : Liquid::Any
Alias to
#call
. -
#call(method : String) : Liquid::Any
Called by
StackMachine
to call a method from thisDrop
.
Instance Method Detail
Called by StackMachine
to call a method from this Drop
.
Only public methods without parameters can be called here