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

10 lines
121 B
Ruby

# frozen_string_literal: true
module Cask
class DSL
class Preflight < Base
include Staged
end
end
end