Method: Object#inspect
- Defined in:
- lib/source/ruby.rb
#inspect ⇒ Object
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.
389 390 391 |
# File 'lib/source/ruby.rb', line 389 def inspect `this.m$toS()` end |