Method: JSI::JSON::Node#inspect
- Defined in:
- lib/jsi/json/node.rb
#inspect ⇒ Object
a string representing this node
190 191 192 |
# File 'lib/jsi/json/node.rb', line 190 def inspect "\#<#{self.class.inspect} #{object_group_text} #{content.inspect}>" end |