brew/Library/Homebrew/cask/dsl/preflight.rb
2018-09-06 09:30:52 +02:00

8 lines
90 B
Ruby

module Cask
class DSL
class Preflight < Base
include Staged
end
end
end