|
|
|
@ -47,12 +47,12 @@ module Google |
|
|
|
|
def_delegators :to_ary, |
|
|
|
|
:&, :*, :-, :'<=>', |
|
|
|
|
:assoc, :bsearch, :bsearch_index, :combination, :compact, :count, |
|
|
|
|
:cycle, :dig, :drop, :drop_while, :eql?, :fetch, :find_index, :flatten, |
|
|
|
|
:include?, :index, :inspect, :join, |
|
|
|
|
:cycle, :difference, :dig, :drop, :drop_while, :eql?, :fetch, :find_index, :flatten, |
|
|
|
|
:include?, :index, :inspect, :intersection, :join, |
|
|
|
|
:pack, :permutation, :product, :pretty_print, :pretty_print_cycle, |
|
|
|
|
:rassoc, :repeated_combination, :repeated_permutation, :reverse, |
|
|
|
|
:rindex, :rotate, :sample, :shuffle, :shelljoin, |
|
|
|
|
:to_s, :transpose, :uniq, :| |
|
|
|
|
:to_s, :transpose, :union, :uniq, :| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def first(n=nil) |
|
|
|
|