aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/dsl/preflight.rb
blob: 55a778706422996a5967cb9c62c881c16424e3d8 (plain)
1
2
3
4
5
6
7
module Hbc
  class DSL
    class Preflight < Base
      include Staged
    end
  end
end