method

not_debugging?

not_debugging?(instance)
protected

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/command.rb, line 70
    def not_debugging?(instance)
      !(instance.class.respond_to?(:debugging) && instance.class.debugging)
    end