Fix RepeatedField#first in Ruby gem (#5293)
Given an argument, the previous implementation was off by one (`.first(2)` would return 3 elements) compared to the `Enumerable#first` method.pull/5295/head
parent
3025a06607
commit
63d2f3bc80
2 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue