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