# File lib/bundler/vendor/thor/task.rb, line 96
      def handle_no_method_error?(instance, error, caller)
        not_debugging?(instance) &&
          error.message =~ /^undefined method `#{name}' for #{Regexp.escape(instance.to_s)}$/
      end