Method: JSI::JSON::Pointer#inspect
- Defined in:
- lib/jsi/json/pointer.rb
#inspect ⇒ String
Returns string representation of this Pointer.
301 302 303 |
# File 'lib/jsi/json/pointer.rb', line 301 def inspect "#<#{self.class.inspect} #{representation_s}>" end |