brew/Library/Homebrew/cask/dsl/uninstall_preflight.rb
2019-04-20 13:27:36 +09:00

12 lines
153 B
Ruby

# frozen_string_literal: true
require "cask/staged"
module Cask
class DSL
class UninstallPreflight < Base
include Staged
end
end
end