# File lib/liquid/tag.rb, line 17 def initialize(tag_name, markup, options) @tag_name = tag_name @markup = markup @options = options end