aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/postflight_block.rb
blob: bfe218f958a9c52421bf42bdfb7c3e6edafd317d (plain)
1
2
3
4
5
6
7
8
require "hbc/artifact/abstract_flight_block"

module Hbc
  module Artifact
    class PostflightBlock < AbstractFlightBlock
    end
  end
end