.all_symbols	Symbol.all_symbols
.new	Object.new
#!	BasicObject#!
#!=	BasicObject#!=
#<	Comparable#<
#<=	Comparable#<=
#<=>	Symbol#<=>
#==	Symbol#==
#===	Object#===
#=~	Symbol#=~
#>	Comparable#>
#>=	Comparable#>=
#[]	Symbol#[]
#__id__	Object#__id__
#__send__	Object#__send__
#_dump	Object#_dump
#between?	Comparable#between?
#capitalize	Symbol#capitalize
#casecmp	Symbol#casecmp
#class	Object#class
#clone	Object#clone
#dclone	Symbol#dclone
#display	Object#display
#downcase	Symbol#downcase
#dup	Object#clone
#empty?	Symbol#empty?
#encoding	Symbol#encoding
#enum_for	Object#enum_for
#eql?	Symbol#eql?
#equal?	Symbol#==
#extend	Object#extend
#freeze	Object#freeze
#frozen?	Object#frozen?
#hash	Symbol#hash
#id2name	Symbol#id2name
#initialize	Object#initialize
#initialize_copy	Object#initialize_copy
#inspect	Symbol#inspect
#instance_eval	Object#instance_eval
#instance_exec	Object#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
#intern	Symbol#intern
#is_a?	Object#is_a?
#kind_of?	Object#is_a?
#length	Symbol#length
#marshal_dump	Object#marshal_dump
#marshal_load	Object#marshal_load
#match	Symbol#match
#method	Object#method
#method_missing	Object#method_missing
#methods	Object#methods
#next	Symbol#next
#nil?	Object#nil?
#object_id	Object#__id__
#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
#public_methods	Object#public_methods
#remove_instance_variable	Object#remove_instance_variable
#respond_to?	Object#respond_to?
#send	Object#__send__
#singleton_method_added	Object#singleton_method_added
#singleton_method_removed	Object#singleton_method_removed
#singleton_method_undefined	Object#singleton_method_undefined
#singleton_methods	Object#singleton_methods
#size	Symbol#size
#slice	Symbol#slice
#succ	Symbol#succ
#swapcase	Symbol#swapcase
#taint	Object#taint
#tainted?	Object#tainted?
#tap	Object#tap
#to_a	Object#to_a
#to_ary	Object#to_ary
#to_enum	Object#enum_for
#to_hash	Object#to_hash
#to_int	Object#to_int
#to_io	Object#to_io
#to_proc	Symbol#to_proc
#to_regexp	Object#to_regexp
#to_s	Symbol#id2name
#to_splat	Object#to_splat
#to_str	Object#to_str
#to_sym	Symbol#intern
#to_yaml	Object#to_yaml
#to_yaml_properties	Object#to_yaml_properties
#to_yaml_style	Object#to_yaml_style
#untaint	Object#untaint
#upcase	Symbol#upcase
