소스 검색

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

Joshua Haberman 9 년 전
부모
커밋
057389cae3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruby/lib/google/protobuf/repeated_field.rb

+ 1 - 1
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, :|