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