Method: JSI::JSON::Pointer#inspect

Defined in:
lib/jsi/json/pointer.rb

#inspectString

Returns string representation of this Pointer.

Returns:

  • (String)

    string representation of this Pointer



301
302
303
# File 'lib/jsi/json/pointer.rb', line 301

def inspect
  "#<#{self.class.inspect} #{representation_s}>"
end