# File lib/liquid/tags/if.rb, line 17 def initialize(tag_name, markup, options) super @blocks = [] push_block('if'.freeze, markup) end