brew/Library/Homebrew/cask/dsl/uninstall_postflight.rb
2020-08-26 03:13:59 +02:00

12 lines
199 B
Ruby

# frozen_string_literal: true
module Cask
class DSL
# Class corresponding to the `uninstall_postflight` stanza.
#
# @api private
class UninstallPostflight < Base
end
end
end