class SyntaxTree::YARV::Intern

def ==(other)

def ==(other)
  other.is_a?(Intern)
end