class SyntaxTree::YARV::OptAref

def ==(other)

def ==(other)
  other.is_a?(OptAref) && other.calldata == calldata
end