class

Liquid::Drop

Inherits Reference / Object

Instance methods

[](method : String) : Liquid::Any

Alias to #call.

Source
call(method : String) : Liquid::Any

Called by StackMachine to call a method from this Drop. Only public methods without parameters can be called here

Source