brew/Library/Homebrew/cask/dsl/preflight.rb
2020-10-10 14:59:39 +02:00

14 lines
215 B
Ruby

# typed: strict
# frozen_string_literal: true
module Cask
class DSL
# Class corresponding to the `preflight` stanza.
#
# @api private
class Preflight < Base
include Staged
end
end
end