brew/Library/Homebrew/cask/dsl/uninstall_preflight.rb
2018-09-06 09:30:52 +02:00

10 lines
122 B
Ruby

require "cask/staged"
module Cask
class DSL
class UninstallPreflight < Base
include Staged
end
end
end