#all?	Enumerable#all?
#any?	Enumerable#any?
#chunk	Enumerable#chunk
#collect	Enumerable#collect
#collect_concat	Enumerable#collect_concat
#count	Enumerable#count
#cycle	Enumerable#cycle
#detect	Enumerable#detect
#drop	Enumerable#drop
#drop_while	Enumerable#drop_while
#each_cons	Enumerable#each_cons
#each_entry	Enumerable#each_entry
#each_slice	Enumerable#each_slice
#each_with_index	Enumerable#each_with_index
#each_with_object	Enumerable#each_with_object
#entries	Enumerable#entries
#find	Enumerable#detect
#find_all	Enumerable#find_all
#find_index	Enumerable#find_index
#first	Enumerable#first
#flat_map	Enumerable#collect_concat
#grep	Enumerable#grep
#group_by	Enumerable#group_by
#include?	Enumerable#include?
#inject	Enumerable#inject
#map	Enumerable#collect
#max	Enumerable#max
#max_by	Enumerable#max_by
#member?	Enumerable#include?
#min	Enumerable#min
#min_by	Enumerable#min_by
#minmax	Enumerable#minmax
#minmax_by	Enumerable#minmax_by
#none?	Enumerable#none?
#one?	Enumerable#one?
#partition	Enumerable#partition
#reduce	Enumerable#inject
#reject	Enumerable#reject
#reverse_each	Enumerable#reverse_each
#select	Enumerable#find_all
#slice_before	Enumerable#slice_before
#sort	Enumerable#sort
#sort_by	Enumerable#sort_by
#take	Enumerable#take
#take_while	Enumerable#take_while
#to_a	Enumerable#entries
#to_set	Enumerable#to_set
#zip	Enumerable#zip
