Ruby: removed redundant RepeatedField#slice. (#2449)

This commit is contained in:
Joshua Haberman 2016-12-07 13:39:09 -08:00 committed by GitHub
parent 850d573aca
commit 057389cae3

View File

@ -74,7 +74,7 @@ module Google
:include?, :index, :inspect, :join,
:pack, :permutation, :product, :pretty_print, :pretty_print_cycle,
:rassoc, :repeated_combination, :repeated_permutation, :reverse,
:rindex, :rotate, :sample, :shuffle, :shelljoin, :slice,
:rindex, :rotate, :sample, :shuffle, :shelljoin,
:to_s, :transpose, :uniq, :|