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

9 lines
110 B
Ruby

# frozen_string_literal: true
module Cask
class DSL
class UninstallPostflight < Base
end
end
end