📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 05:46:34
📂
/ (Root)
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Object
📍 /opt/alt/ruby27/share/ri/system/Object
🔄 Refresh
✏️
Editing: cdesc-Object.ri
Read Only
U:RDoc::NormalClass[iI"Object:ET@I"BasicObject;To:RDoc::Markup::Document:@parts[ o;;[ : @fileI"class.c;T:0@omit_headings_from_table_of_contents_below0o;;[ ; I"$ext/psych/lib/psych/core_ext.rb;T; 0o;;[ ; I"lib/irb/ext/use-loader.rb;T; 0o;;[ ; I"lib/racc/compat.rb;T; 0o;;[ ; I"%lib/racc/statetransitiontable.rb;T; 0o;;[ ; I"lib/rexml/xpath_parser.rb;T; 0o;;[ ; I"lib/timeout.rb;T; 0o;;[o:RDoc::Markup::Paragraph;[I"KObject is the default root of all Ruby objects. Object inherits from ;TI"NBasicObject which allows creating alternate object hierarchies. Methods ;TI"Ion Object are available to all classes unless explicitly overridden.;To:RDoc::Markup::BlankLine o;;[I"MObject mixes in the Kernel module, making the built-in kernel functions ;TI"Oglobally accessible. Although the instance methods of Object are defined ;TI"Lby the Kernel module, we have chosen to document them here for clarity.;T@'o;;[I"MWhen referencing constants in classes inheriting from Object you do not ;TI"Mneed to use the full namespace. For example, referencing +File+ inside ;TI"4+YourClass+ will find the top-level File class.;T@'o;;[I"QIn the descriptions of Object's methods, the parameter <i>symbol</i> refers ;TI"Gto a symbol, which is either a quoted string or a Symbol (such as ;TI"<code>:name</code>).;T; I" object.c;T; 0; 0; 0[ [!U:RDoc::Constant[i I"Bignum;TI"Object::Bignum;T:public0o;;[o;;[I"#An obsolete class, use Integer;T@'; I" bignum.c;T; 0@C@cRDoc::NormalClass0U; [i I"ENV;TI"Object::ENV;T;0o;;[o;;[I";ENV is a Hash-like accessor for environment variables.;T@'o;;[I"*See ENV (the class) for more details.;T; I"hash.c;T; 0@Q@@D0U; [i I" STDIN;TI"Object::STDIN;T;0o;;[o;;[I"Holds the original stdin;T@'; I" io.c;T; 0@[@@D0U; [i I"STDOUT;TI"Object::STDOUT;T;0o;;[o;;[I"Holds the original stdout;T@'; @[; 0@[@@D0U; [i I"STDERR;TI"Object::STDERR;T;0o;;[o;;[I"Holds the original stderr;T@'; @[; 0@[@@D0U; [i I" ARGF;TI"Object::ARGF;T;0o;;[o;;[I"KARGF is a stream designed for use in scripts that process files given ;TI"6as command-line arguments or passed in via STDIN.;T@'o;;[I"+See ARGF (the class) for more details.;T; @[; 0@[@@D0U; [i I"UndefinedTaskError;TI"Object::UndefinedTaskError;T;I"UndefinedCommandError;To;;[o;;[I")Raised when a command was not found.;T; I".lib/bundler/vendor/thor/lib/thor/error.rb;T; 0@�@@D0U; [i I"AmbiguousTaskError;TI"Object::AmbiguousTaskError;T;I"AmbiguousCommandError;To;;[ ; @�; 0@�@@D0U; [i I"ParseError;TI"Object::ParseError;T;I"Racc::ParseError;To;;[ ; I"lib/racc/parser.rb;T; 0@�@@D0U; [i I" Readline;TI"Object::Readline;T;0o;;[ ; I"lib/readline.rb;T; 0@�@@D0U; [i I"TimeoutError;TI"Object::TimeoutError;T;I"Timeout::Error;To;;[o;;[I"8Raised by Timeout.timeout when the block times out.;T; @; 0@@@D0U; [i I"Fixnum;TI"Object::Fixnum;T;0o;;[o;;[I"#An obsolete class, use Integer;T@'; I"numeric.c;T; 0@�@@D0U; [i I"NIL;TI"Object::NIL;T;0o;;[o;;[I"An obsolete alias of +nil+;T; @7; 0@7@@D0U; [i I" TRUE;TI"Object::TRUE;T;0o;;[o;;[I" An obsolete alias of +true+;T; @7; 0@7@@D0U; [i I" FALSE;TI"Object::FALSE;T;0o;;[o;;[I"!An obsolete alias of +false+;T; @7; 0@7@@D0U; [i I"CROSS_COMPILING;TI"Object::CROSS_COMPILING;T;0o;;[ ; I"rbconfig.rb;T; 0@�@@D0U; [i I" DATA;TI"Object::DATA;T;0o;;[o;;[I"IDATA is a File that contains the data section of the executed file. ;TI"3To create a data section use <tt>__END__</tt>:;T@'o:RDoc::Markup::Verbatim;[I"$ cat t.rb ;TI"puts DATA.gets ;TI" __END__ ;TI"hello world! ;TI" ;TI"$ ruby t.rb ;TI"hello world!;T:@format0; I"ruby.c;T; 0@�@@D0U; [i I" ARGV;TI"Object::ARGV;T;0o;;[o;;[I"?ARGV contains the command line arguments used to run ruby.;T@'o;;[I"EA library like OptionParser can be used to process command-line ;TI"arguments.;T; @�; 0@�@@D0U; [i I"RUBY_VERSION;TI"Object::RUBY_VERSION;T;0o;;[o;;[I" The running version of ruby;T; I"version.c;T; 0@�@@D0U; [i I"RUBY_RELEASE_DATE;TI"Object::RUBY_RELEASE_DATE;T;0o;;[o;;[I"$The date this ruby was released;T; @�; 0@�@@D0U; [i I"RUBY_PLATFORM;TI"Object::RUBY_PLATFORM;T;0o;;[o;;[I"The platform for this ruby;T; @�; 0@�@@D0U; [i I"RUBY_PATCHLEVEL;TI"Object::RUBY_PATCHLEVEL;T;0o;;[o;;[I"KThe patchlevel for this ruby. If this is a development build of ruby ;TI"the patchlevel will be -1;T; @�; 0@�@@D0U; [i I"RUBY_REVISION;TI"Object::RUBY_REVISION;T;0o;;[o;;[I"'The GIT commit hash for this ruby.;T; @�; 0@�@@D0U; [i I"RUBY_COPYRIGHT;TI"Object::RUBY_COPYRIGHT;T;0o;;[o;;[I""The copyright string for ruby;T; @�; 0@�@@D0U; [i I"RUBY_ENGINE;TI"Object::RUBY_ENGINE;T;0o;;[o;;[I".The engine or interpreter this ruby uses.;T; @�; 0@�@@D0U; [i I"RUBY_ENGINE_VERSION;TI" Object::RUBY_ENGINE_VERSION;T;0o;;[o;;[I"=The version of the engine or interpreter this ruby uses.;T; @�; 0@�@@D0U; [i I"RUBY_DESCRIPTION;TI"Object::RUBY_DESCRIPTION;T;0o;;[o;;[I"?The full ruby version string, like <tt>ruby -v</tt> prints;T; @�; 0@�@@D0U; [i I"TOPLEVEL_BINDING;TI"Object::TOPLEVEL_BINDING;T;0o;;[o;;[I"'The Binding of the top level scope;T; I" vm.c;T; 0@J@@D0[[I"MakeMakefile;To;;[ ; I"lib/mkmf.rb;T; 0I"lib/mkmf.rb;T[I"Kernel;To;;[ ; @7; 0I" object.c;T[[I" class;T[[;[ [:protected[ [:private[[I" yaml_tag;TI"$ext/psych/lib/psych/core_ext.rb;T[I" instance;T[[;[ [;[ [;[D[I"!~;T@V[I"<=>;T@V[I"===;T@V[I"=~;T@V[I"CSV;TI"lib/csv.rb;T[I"DelegateClass;TI"lib/delegate.rb;T[I"Digest;TI"ext/digest/lib/digest.rb;T[I" class;T@V[I" clone;T@V[I"dclone;TI"lib/rexml/xpath_parser.rb;T[I"define_singleton_method;TI"proc.c;T[I"display;TI" io.c;T[I"dup;T@V[I" enum_for;TI"enumerator.c;T[I" eql?;T@V[I"extend;TI"eval.c;T[I"freeze;T@V[I"frozen?;T@V[I"gemfile;TI"lib/bundler/inline.rb;T[I" hash;T@V[I"inspect;T@V[I"instance_of?;T@V[I"instance_variable_defined?;T@V[I"instance_variable_get;T@V[I"instance_variable_set;T@V[I"instance_variables;T@V[I" is_a?;T@V[I"itself;T@V[I" kind_of?;T@V[I"method;T@�[I"methods;T@V[I"namespace;TI"4lib/bundler/vendor/thor/lib/thor/rake_compat.rb;T[I" nil?;T@V[I"object_id;TI" gc.c;T[I"private_methods;T@V[I"protected_methods;T@V[I"public_method;T@�[I"public_methods;T@V[I"public_send;TI"vm_eval.c;T[I"rake_namespace;T@�[I"remove_instance_variable;T@V[I"respond_to?;TI"vm_method.c;T[I"respond_to_missing?;T@�[I" send;T@�[I"singleton_class;T@V[I"singleton_method;T@�[I"singleton_methods;T@V[I"sysread;TI"*lib/webrick/httpservlet/cgi_runner.rb;T[I" taint;T@V[I" tainted?;T@V[I"tap;T@V[I" task;T@�[I" then;T@V[I"timeout;TI"lib/timeout.rb;T[I"to_enum;T@�[I" to_s;T@V[I"to_yaml;T@c[I" trust;T@V[I"untaint;T@V[I"untrust;T@V[I"untrusted?;T@V[I"xmp;TI"lib/irb/xmp.rb;T[I"yield_self;T@V[ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[1I" bignum.c;TI"class.c;TI"enumerator.c;TI"eval.c;TI"ext/digest/lib/digest.rb;TI"$ext/psych/lib/psych/core_ext.rb;TI" gc.c;TI"hash.c;TI" io.c;TI"lib/English.rb;TI"lib/bundler/inline.rb;TI".lib/bundler/vendor/thor/lib/thor/error.rb;TI"4lib/bundler/vendor/thor/lib/thor/rake_compat.rb;TI"lib/csv.rb;TI"lib/debug.rb;TI"lib/delegate.rb;TI"lib/drb/drb.rb;TI"lib/irb/ext/use-loader.rb;TI"lib/irb/xmp.rb;TI"lib/mkmf.rb;TI"lib/optparse.rb;TI"lib/pp.rb;TI"lib/racc/compat.rb;TI"lib/racc/parser.rb;TI"%lib/racc/statetransitiontable.rb;TI"lib/readline.rb;TI"lib/rexml/xpath_parser.rb;TI"lib/rubygems/syck_hack.rb;TI"lib/timeout.rb;TI"lib/tracer.rb;TI"lib/un.rb;TI"*lib/webrick/httpservlet/cgi_runner.rb;TI"lib/yaml.rb;TI"numeric.c;TI" object.c;TI"parse.c;TI"parse.y;TI"proc.c;TI"rbconfig.rb;TI"ruby.c;TI"version.c;TI" vm.c;TI"vm_eval.c;TI"vm_method.c;T@7cRDoc::TopLevel
💾 Save Changes
❌ Cancel