disu.se

InspectClass

Namespace

Lookout

Ancestors
  1. Value

  2. Object

Non-failing inspection of objects. The inspection is encoded for output.

Class Methods

args(*argsObject*)String#

Returns the inspections of args, separated by “, ”’s.

Constructor

initialize(objectObject, typeString)#

Non-failing inspection of object, using type as a description of the type of object being inspected for failure outputs.

Instance Methods

callString#

Returns an UTF-8-encoded String inspection of the given object, generated by invoking #inspect on it, then encoding it as UTF-8, using #dump if any transcoding that may take place fails.