.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
.lazy	Enumerable#lazy
.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
.new	Object.new
.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_h	Enumerable#to_h
.to_set	Enumerable#to_set
.yaml_tag	Object.yaml_tag
.zip	Enumerable#zip
#!	BasicObject#!
#!=	BasicObject#!=
#!~	Object#!~
#<=>	Object#<=>
#==	Object#==
#===	Object#===
#=~	Object#=~
#__id__	BasicObject#__id__
#__send__	Object#__send__
#_dump	Object#_dump
#binmode	ARGF.class#binmode
#bytes	ARGF.class#bytes
#chars	ARGF.class#chars
#class	Object#class
#clone	Object#clone
#close	ARGF.class#close
#closed?	ARGF.class#closed?
#codepoints	ARGF.class#codepoints
#display	Object#display
#dup	Object#clone
#each	ARGF.class#each
#each_byte	ARGF.class#each_byte
#each_char	ARGF.class#each_char
#each_codepoint	ARGF.class#each_codepoint
#each_line	ARGF.class#each
#enum_for	Object#enum_for
#eof	ARGF.class#eof
#eof?	ARGF.class#eof
#eql?	Object#eql?
#equal?	Object#equal?
#extend	Object#extend
#file	ARGF.class#file
#filename	ARGF.class#filename
#fileno	ARGF.class#fileno
#freeze	Object#freeze
#frozen?	Object#frozen?
#getbyte	ARGF.class#getbyte
#getc	ARGF.class#getc
#gets	ARGF.class#gets
#hash	Object#hash
#initialize	Object#initialize
#initialize_copy	Object#initialize_copy
#inspect	ARGF.class#inspect
#instance_eval	BasicObject#instance_eval
#instance_exec	BasicObject#instance_exec
#instance_of?	Object#instance_of?
#instance_variable_defined?	Object#instance_variable_defined?
#instance_variable_get	Object#instance_variable_get
#instance_variable_set	Object#instance_variable_set
#instance_variables	Object#instance_variables
#is_a?	Object#is_a?
#kind_of?	Object#is_a?
#lineno	ARGF.class#lineno
#lineno=	ARGF.class#lineno=
#lines	ARGF.class#lines
#marshal_dump	Object#marshal_dump
#marshal_load	Object#marshal_load
#method	Object#method
#method_missing	Object#method_missing
#methods	Object#methods
#must_be	Object#must_be
#must_be_close_to	Object#must_be_close_to
#must_be_empty	Object#must_be_empty
#must_be_instance_of	Object#must_be_instance_of
#must_be_kind_of	Object#must_be_kind_of
#must_be_nil	Object#must_be_nil
#must_be_same_as	Object#must_be_same_as
#must_be_within_delta	Object#must_be_close_to
#must_be_within_epsilon	Object#must_be_within_epsilon
#must_equal	Object#must_equal
#must_include	Object#must_include
#must_match	Object#must_match
#must_raise	Object#must_raise
#must_respond_to	Object#must_respond_to
#must_send	Object#must_send
#must_throw	Object#must_throw
#nil?	Object#nil?
#object_id	Object#object_id
#path	ARGF.class#filename
#pos	ARGF.class#pos
#pos=	ARGF.class#pos=
#pretty_inspect	Object#pretty_inspect
#pretty_print	Object#pretty_print
#pretty_print_cycle	Object#pretty_print_cycle
#pretty_print_inspect	Object#pretty_print_inspect
#pretty_print_instance_variables	Object#pretty_print_instance_variables
#private_methods	Object#private_methods
#protected_methods	Object#protected_methods
#psych_to_yaml	Object#psych_to_yaml
#public_method	Object#public_method
#public_methods	Object#public_methods
#public_send	Object#public_send
#read	ARGF.class#read
#readbyte	ARGF.class#readbyte
#readchar	ARGF.class#readchar
#readline	ARGF.class#readline
#readlines	ARGF.class#readlines
#readpartial	ARGF.class#readpartial
#remove_instance_variable	Object#remove_instance_variable
#respond_to?	Object#respond_to?
#respond_to_missing?	Object#respond_to_missing?
#rewind	ARGF.class#rewind
#seek	ARGF.class#seek
#send	Object#__send__
#singleton_class	Object#singleton_class
#singleton_method	Object#singleton_method
#singleton_method_added	BasicObject#singleton_method_added
#singleton_method_removed	BasicObject#singleton_method_removed
#singleton_method_undefined	BasicObject#singleton_method_undefined
#singleton_methods	Object#singleton_methods
#skip	ARGF.class#skip
#taint	Object#taint
#tainted?	Object#tainted?
#tap	Object#tap
#tell	ARGF.class#pos
#to_a	ARGF.class#readlines
#to_ary	Object#to_ary
#to_enum	Object#enum_for
#to_hash	Object#to_hash
#to_i	ARGF.class#fileno
#to_int	Object#to_int
#to_io	ARGF.class#to_io
#to_proc	Object#to_proc
#to_regexp	Object#to_regexp
#to_s	ARGF.class#inspect
#to_str	Object#to_str
#to_yaml	Object#psych_to_yaml
#trust	Object#trust
#untaint	Object#untaint
#untrust	Object#untrust
#untrusted?	Object#untrusted?
:ARGF	Object::ARGF
:ARGV	Object::ARGV
:DATA	Object::DATA
:ENV	Object::ENV
:FALSE	Object::FALSE
:NIL	Object::NIL
:RUBY_COPYRIGHT	Object::RUBY_COPYRIGHT
:RUBY_DESCRIPTION	Object::RUBY_DESCRIPTION
:RUBY_ENGINE	Object::RUBY_ENGINE
:RUBY_PATCHLEVEL	Object::RUBY_PATCHLEVEL
:RUBY_PLATFORM	Object::RUBY_PLATFORM
:RUBY_RELEASE_DATE	Object::RUBY_RELEASE_DATE
:RUBY_REVISION	Object::RUBY_REVISION
:RUBY_VERSION	Object::RUBY_VERSION
:SCRIPT_LINES__	Object::SCRIPT_LINES__
:STDERR	Object::STDERR
:STDIN	Object::STDIN
:STDOUT	Object::STDOUT
:TOPLEVEL_BINDING	Object::TOPLEVEL_BINDING
:TRUE	Object::TRUE
