brew/Library/Homebrew/cask/lib/hbc/dsl/uninstall_preflight.rb
2016-09-24 16:00:58 +02:00

10 lines
120 B
Ruby

require "hbc/staged"
module Hbc
class DSL
class UninstallPreflight < Base
include Staged
end
end
end