Liquid::Block
we don’t need markup to open this block
# File lib/liquid/document.rb, line 4 def initialize(tokens) parse(tokens) end
Document blocks don't need to be terminated since they are not actually opened
# File lib/liquid/document.rb, line 14 def assert_missing_delimitation! end
There isn’t a real delimiter
# File lib/liquid/document.rb, line 9 def block_delimiter [] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.