PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Object
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: <tt>Object</tt> is the parent class of all classes in Ruby. Its methods are therefore available to all objects unless explicitly overridden. - !ruby/struct:SM::Flow::P body: <tt>Object</tt> mixes in the <tt>Kernel</tt> module, making the built-in kernel functions globally accessible. Although the instance methods of <tt>Object</tt> are defined by the <tt>Kernel</tt> module, we have chosen to document them here for clarity. - !ruby/struct:SM::Flow::P body: In the descriptions of Object's methods, the parameter <em>symbol</em> refers to a symbol, which is either a quoted string or a <tt>Symbol</tt> (such as <tt>:name</tt>). constants: - !ruby/object:RI::Constant comment: name: TOPLEVEL_BINDING value: rb_f_binding(ruby_top_self) - !ruby/object:RI::Constant comment: name: RUBY_VERSION value: v - !ruby/object:RI::Constant comment: name: RUBY_RELEASE_DATE value: d - !ruby/object:RI::Constant comment: name: RUBY_PLATFORM value: p - !ruby/object:RI::Constant comment: name: RUBY_PATCHLEVEL value: INT2FIX(RUBY_PATCHLEVEL) - !ruby/object:RI::Constant comment: name: RUBY_DESCRIPTION value: tmp - !ruby/object:RI::Constant comment: name: RUBY_COPYRIGHT value: tmp - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: obsolete constants name: VERSION value: v - !ruby/object:RI::Constant comment: name: RELEASE_DATE value: d - !ruby/object:RI::Constant comment: name: PLATFORM value: p - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: constants to hold original stdin/stdout/stderr name: STDIN value: rb_stdin - !ruby/object:RI::Constant comment: name: STDOUT value: rb_stdout - !ruby/object:RI::Constant comment: name: STDERR value: rb_stderr - !ruby/object:RI::Constant comment: name: ARGF value: argf - !ruby/object:RI::Constant comment: name: ENV value: envtbl - !ruby/object:RI::Constant comment: name: ENV value: envtbl - !ruby/object:RI::Constant comment: name: MatchingData value: rb_cMatch - !ruby/object:RI::Constant comment: name: NIL value: Qnil - !ruby/object:RI::Constant comment: name: "TRUE" value: Qtrue - !ruby/object:RI::Constant comment: name: "FALSE" value: Qfalse - !ruby/object:RI::Constant comment: name: DATA value: f - !ruby/object:RI::Constant comment: name: ARGV value: rb_argv - !ruby/object:RI::Constant comment: name: IPsocket value: rb_cIPSocket - !ruby/object:RI::Constant comment: name: TCPsocket value: rb_cTCPSocket - !ruby/object:RI::Constant comment: name: SOCKSsocket value: rb_cSOCKSSocket - !ruby/object:RI::Constant comment: name: TCPserver value: rb_cTCPServer - !ruby/object:RI::Constant comment: name: UDPsocket value: rb_cUDPSocket - !ruby/object:RI::Constant comment: name: UNIXsocket value: rb_cUNIXSocket - !ruby/object:RI::Constant comment: name: UNIXserver value: rb_cUNIXServer full_name: Object includes: - !ruby/object:RI::IncludedModule name: Kernel - !ruby/object:RI::IncludedModule name: PP::ObjectMixin instance_methods: - !ruby/object:RI::MethodSummary name: == - !ruby/object:RI::MethodSummary name: === - !ruby/object:RI::MethodSummary name: =~ - !ruby/object:RI::MethodSummary name: __id__ - !ruby/object:RI::MethodSummary name: __send__ - !ruby/object:RI::MethodSummary name: class - !ruby/object:RI::MethodSummary name: clone - !ruby/object:RI::MethodSummary name: dclone - !ruby/object:RI::MethodSummary name: display - !ruby/object:RI::MethodSummary name: dup - !ruby/object:RI::MethodSummary name: enum_for - !ruby/object:RI::MethodSummary name: eql? - !ruby/object:RI::MethodSummary name: equal? - !ruby/object:RI::MethodSummary name: extend - !ruby/object:RI::MethodSummary name: freeze - !ruby/object:RI::MethodSummary name: frozen? - !ruby/object:RI::MethodSummary name: hash - !ruby/object:RI::MethodSummary name: id - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: instance_eval - !ruby/object:RI::MethodSummary name: instance_exec - !ruby/object:RI::MethodSummary name: instance_of? - !ruby/object:RI::MethodSummary name: instance_variable_defined? - !ruby/object:RI::MethodSummary name: instance_variable_get - !ruby/object:RI::MethodSummary name: instance_variable_get - !ruby/object:RI::MethodSummary name: instance_variable_set - !ruby/object:RI::MethodSummary name: instance_variable_set - !ruby/object:RI::MethodSummary name: instance_variables - !ruby/object:RI::MethodSummary name: is_a? - !ruby/object:RI::MethodSummary name: kind_of? - !ruby/object:RI::MethodSummary name: method - !ruby/object:RI::MethodSummary name: methods - !ruby/object:RI::MethodSummary name: nil? - !ruby/object:RI::MethodSummary name: object_id - !ruby/object:RI::MethodSummary name: private_methods - !ruby/object:RI::MethodSummary name: protected_methods - !ruby/object:RI::MethodSummary name: public_methods - !ruby/object:RI::MethodSummary name: remove_instance_variable - !ruby/object:RI::MethodSummary name: respond_to? - !ruby/object:RI::MethodSummary name: send - !ruby/object:RI::MethodSummary name: singleton_method_added - !ruby/object:RI::MethodSummary name: singleton_method_removed - !ruby/object:RI::MethodSummary name: singleton_method_undefined - !ruby/object:RI::MethodSummary name: singleton_methods - !ruby/object:RI::MethodSummary name: taint - !ruby/object:RI::MethodSummary name: tainted? - !ruby/object:RI::MethodSummary name: tap - !ruby/object:RI::MethodSummary name: to_a - !ruby/object:RI::MethodSummary name: to_enum - !ruby/object:RI::MethodSummary name: to_s - !ruby/object:RI::MethodSummary name: to_yaml - !ruby/object:RI::MethodSummary name: to_yaml_properties - !ruby/object:RI::MethodSummary name: to_yaml_style - !ruby/object:RI::MethodSummary name: type - !ruby/object:RI::MethodSummary name: untaint name: Object superclass:
[-] class-i.yaml
[edit]
[-] frozen%3f-i.yaml
[edit]
[-] send-i.yaml
[edit]
[-] remove_instance_variable-i.yaml
[edit]
[-] instance_variable_set-i.yaml
[edit]
[-] private_methods-i.yaml
[edit]
[-] singleton_method_undefined-i.yaml
[edit]
[-] object_id-i.yaml
[edit]
[-] singleton_method_added-i.yaml
[edit]
[-] to_yaml_properties-i.yaml
[edit]
[-] display-i.yaml
[edit]
[-] method-i.yaml
[edit]
[-] to_yaml-i.yaml
[edit]
[-] hash-i.yaml
[edit]
[-] instance_variable_defined%3f-i.yaml
[edit]
[-] __id__-i.yaml
[edit]
[-] instance_exec-i.yaml
[edit]
[-] %3d%3d%3d-i.yaml
[edit]
[-] respond_to%3f-i.yaml
[edit]
[-] dup-i.yaml
[edit]
[-] equal%3f-i.yaml
[edit]
[-] tainted%3f-i.yaml
[edit]
[-] tap-i.yaml
[edit]
[-] inspect-i.yaml
[edit]
[-] %3d%7e-i.yaml
[edit]
[-] instance_variables-i.yaml
[edit]
[-] clone-i.yaml
[edit]
[-] enum_for-i.yaml
[edit]
[-] dclone-i.yaml
[edit]
[-] __send__-i.yaml
[edit]
[-] kind_of%3f-i.yaml
[edit]
[-] instance_eval-i.yaml
[edit]
[-] taint-i.yaml
[edit]
[-] instance_variable_get-i.yaml
[edit]
[-] %3d%3d-i.yaml
[edit]
[-] to_a-i.yaml
[edit]
[-] methods-i.yaml
[edit]
[-] id-i.yaml
[edit]
[-] singleton_method_removed-i.yaml
[edit]
[-] protected_methods-i.yaml
[edit]
[-] eql%3f-i.yaml
[edit]
[+]
..
[-] to_yaml_style-i.yaml
[edit]
[-] nil%3f-i.yaml
[edit]
[-] public_methods-i.yaml
[edit]
[-] new-c.yaml
[edit]
[-] is_a%3f-i.yaml
[edit]
[-] instance_of%3f-i.yaml
[edit]
[-] type-i.yaml
[edit]
[-] freeze-i.yaml
[edit]
[-] to_s-i.yaml
[edit]
[-] cdesc-Object.yaml
[edit]
[-] to_enum-i.yaml
[edit]
[-] extend-i.yaml
[edit]
[-] singleton_methods-i.yaml
[edit]
[-] untaint-i.yaml
[edit]