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