Current Path : /usr/local/share/ri/1.8/system/Object/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/Object/cdesc-Object.yaml |
--- !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: - !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: 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: 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: 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: 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: