# File lib/liquid/tag.rb, line 8 def parse(tag_name, markup, tokens, options) tag = new(tag_name, markup, options) tag.parse(tokens) tag end