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

13 lines
199 B
Ruby

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