class SyntaxTree::LBracket

def ===(other)

def ===(other)
  other.is_a?(LBracket) && value === other.value
end