Method: Object#inspect

Defined in:
lib/source/ruby.rb

#inspectObject

call-seq:

obj.inspect -> string

Returns a string containing a human-readable representation of obj. If not overridden, uses the to_s method to generate the string.



396
397
398
# File 'lib/source/ruby.rb', line 396

def inspect
  `this.m$to_s()`
end