# File lib/confstruct/hash_with_struct_access.rb, line 11
    def inspect(full=false)
      if full
        super
      else
        "(deferred)"
      end
    end