Method: NsOptions::Namespace#inspect
- Defined in:
- lib/ns-options/namespace.rb
#inspect(*args) ⇒ Object
65 66 67 68 |
# File 'lib/ns-options/namespace.rb', line 65 def inspect(*args) inspect_details = to_hash.inspect rescue "error getting inspect details" "#<#{self.class}:#{'0x%x' % (self.object_id << 1)}:#{@__name__} #{inspect_details}>" end |