Method: Confstruct::Deferred#inspect
- Defined in:
- lib/confstruct/hash_with_struct_access.rb
#inspect(full = false) ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/confstruct/hash_with_struct_access.rb', line 11 def inspect(full=false) if full super else "(deferred)" end end |