class SyntaxTree::YARV::OptOr

def ==(other)

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