1# frozen_string_literal: true 2 3module SeleniumRake 4 class DetonatingHandler 5 def handle(fun, dir, args) 6 # raise "No longer handling: //#{dir}:#{args[:name]}" 7 end 8 end 9end 10 11