# File lib/liquid/block.rb, line 83
    def assert_missing_delimitation!
      raise SyntaxError.new("#{block_name} tag was never closed")
    end