Liquid::Any
Inherits Reference / Object
Constructors
new(any : Any)
Sourcenew(raw : Liquid::Type)
Sourcenew
SourceInstance methods
[](index : Int) : Any
Source[](key : Type) : Any
Assumes the underlying value is a Hash and returns the element with the given key. Raises if the underlying value is not a Hash.
[]?(key : Type) : Any
Sourceeach
Sourcehas_key?(key : Type)
Sourceinclude?(other : Any)
Sourceiterable?
Sourcenon_blank_string?
Sourceraw
Sourceto_i
Sourceto_liquid
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.
uninitialized?
Source