abstract class Liquid::Drop

Direct Known Subclasses

Defined in:

liquid/drop.cr

Instance Method Summary

Instance Method Detail

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

Alias to #call.


[View source]
def call(method : String) : Liquid::Any #

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


[View source]