aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/dsl/uninstall_preflight.rb
blob: 994151c259a121a6922d8039e3060f6bd475aed4 (plain)
1
2
3
4
5
require "hbc/staged"

class Hbc::DSL::UninstallPreflight < Hbc::DSL::Base
  include Hbc::Staged
end