class SyntaxTree::YARV::Swap

def ==(other)

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