"Fossies" - the Fresh Open Source Software Archive
Member "selenium-selenium-4.8.1/rake_tasks/selenium_rake/detonating_handler.rb" (17 Feb 2023, 189 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ruby source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 # frozen_string_literal: true 2 3 module SeleniumRake 4 class DetonatingHandler 5 defhandle(fun, dir, args) 6 # raise "No longer handling: //#{dir}:#{args[:name]}" 7 end 8 end 9 end