# File lib/liquid/template.rb, line 57 def parse(source) @root = Document.new(tokenize(Liquid::Literal.from_shorthand(source))) self end