Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ruby] Delegate difference, intersection, union from RepeatedField to…
… Array (#15652) Coming from [[protobuf/issues/15180] [Ruby] Support for currently ignored Array methods in `RepeatedField`](#15180) This adds a couple of `Array` methods to what gets delegated from `RepeatedField`. - `intersection`, because `|` was already delegated - `union`, because `&` was already delegated - `difference`, because `-` was already delegated Closes #15652 COPYBARA_INTEGRATE_REVIEW=#15652 from marianosimone:delegate_rb_array_methods 2971981 PiperOrigin-RevId: 604534655
- Loading branch information