protobuf/ruby/lib/google
Toby Hsieh 63d2f3bc80 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.
2018-10-29 11:32:50 -07:00
..
protobuf Fix RepeatedField#first in Ruby gem (#5293) 2018-10-29 11:32:50 -07:00
protobuf.rb Adds a base class for all explicitly raised TypeErrors (#4255) 2018-06-26 20:24:24 -07:00