Flowdock
inspect_mode=(opt) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/context.rb, line 192
    def inspect_mode=(opt)
      if opt
        @inspect_mode = opt
      else
        @inspect_mode = !@inspect_mode
      end
      print "Switch to#{unless @inspect_mode; ' non';end} inspect mode.\n" if verbose?
      @inspect_mode
    end
Register or log in to add new notes.