# File lib/automateit/plugin/driver.rb, line 250
      def suitability(method, *args, &block)
        log.debug("driver #{self.class} doesn't implement the +suitability+ method")
        return -1
      end