class Liquid::If

def parse(tokens)

def parse(tokens)
  while parse_body(@blocks.last.attachment, tokens)
  end
  @blocks.reverse_each do |block|
    block.attachment.remove_blank_strings if blank?
    block.attachment.freeze
  end
end