class SyntaxTree::YARV::Pop

def ==(other)

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