Class Liquid::Block
In: lib/liquid/block.rb
lib/liquid/profiler/hooks.rb
Parent: Tag

Methods

Constants

FullToken = /\A#{TagStart}\s*(\w+)\s*(.*)?#{TagEnd}\z/om
ContentOfVariable = /\A#{VariableStart}(.*)#{VariableEnd}\z/om
TAGSTART = "{%".freeze
VARSTART = "{{".freeze

Public Instance methods

render_token(token, context)
render_token_without_profiling(token, context)

Alias for render_token

warnings of this block and all sub-tags

Protected Instance methods

[Validate]