class SyntaxTree::IVar

def ===(other)

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