class Liquid::Document
- Liquid::Document
- Liquid::Block
- Liquid::Tag
- Reference
- Object
Defined in:
liquid/document.crConstructors
- .new(tag_name, markup, tokens)
-
.new(tokens)
we don't need markup to open this block
Instance Method Summary
-
#assert_missing_delimitation!
Document blocks don't need to be terminated since they are not actually opened
-
#block_delimiter
There isn't a real delimter
Instance methods inherited from class Liquid::Block
block_delimiter
block_delimiter,
block_name : String
block_name,
create_variable(token)
create_variable,
end_tag
end_tag,
parse(tokens)
parse,
render(context)
render,
unknown_tag(tag, params, tokens)
unknown_tag
Instance methods inherited from class Liquid::Tag
name
name,
nodelist : Array(Liquid::Tag | Liquid::Variable | String)
nodelist,
nodelist=(nodelist : Array(Liquid::Tag | Liquid::Variable | String))
nodelist=,
parse(tokens)
parse,
render(context)
render
Constructor methods inherited from class Liquid::Tag
new(tag_name : String, markup : String, tokens)
new
Constructor Detail
Instance Method Detail
def assert_missing_delimitation!
#
Document blocks don't need to be terminated since they are not actually opened