aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/lib
diff options
context:
space:
mode:
authorGravatar Joshua Haberman <jhaberman@gmail.com>2016-12-07 13:39:09 -0800
committerGravatar GitHub <noreply@github.com>2016-12-07 13:39:09 -0800
commit057389cae36b0fedab240a2c05885f860efe6c37 (patch)
tree18fc44c9a6afc37a1c507ca4320d7c1d1caf37b7 /ruby/lib
parent850d573aca37d2dde442185e6ed865d25e78d40b (diff)
Ruby: removed redundant RepeatedField#slice. (#2449)
Diffstat (limited to 'ruby/lib')
-rw-r--r--ruby/lib/google/protobuf/repeated_field.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/lib/google/protobuf/repeated_field.rb b/ruby/lib/google/protobuf/repeated_field.rb
index 831e0320..11d6c2eb 100644
--- a/ruby/lib/google/protobuf/repeated_field.rb
+++ b/ruby/lib/google/protobuf/repeated_field.rb
@@ -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, :|