class SyntaxTree::ENDBlock

def ===(other)

def ===(other)
  other.is_a?(ENDBlock) && lbrace === other.lbrace &&
    statements === other.statements
end