chenkovsky / rake_exception_hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples:

require "rake_exception_hook"
RakeExceptionHook.start do
    puts "start"
end

RakeExceptionHook.finish do
    puts "finish"
end

RakeExceptionHook.except do
    puts "except"
end

About


Languages

Language:Ruby 100.0%