HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/ri/3.0.0/system/Object/inspect-i.ri
U:RDoc::AnyMethod[iI"inspect:ETI"Object#inspect;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"PReturns a string containing a human-readable representation of <i>obj</i>. ;TI"HThe default #inspect shows the object's class name, an encoding of ;TI"Hits memory address, and a list of the instance variables and their ;TI"Ivalues (by calling #inspect on each of them).  User defined classes ;TI"Gshould override this method to provide a better representation of ;TI"I<i>obj</i>.  When overriding this method, it should return a string ;TI"Ewhose encoding is compatible with the default external encoding.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"C[ 1, 2, 3..4, 'five' ].inspect   #=> "[1, 2, 3..4, \"five\"]"
;TI"FTime.new.inspect                 #=> "2008-03-08 19:43:39 +0900"
;TI"
;TI"class Foo
;TI"	end
;TI">Foo.new.inspect                  #=> "#<Foo:0x0300c868>"
;TI"
;TI"class Bar
;TI"  def initialize
;TI"    @bar = 1
;TI"  end
;TI"	end
;TI"DBar.new.inspect                  #=> "#<Bar:0x0300c868 @bar=1>";T:@format0:
@fileI"
object.c;T:0@omit_headings_from_table_of_contents_below0I"obj.inspect   -> string
;T0[I"();T@$FI"Object;TcRDoc::NormalClass00