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