class SyntaxTree::YARV::AdjustStack

def ==(other)

def ==(other)
  other.is_a?(AdjustStack) && other.number == number
end