mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
9 lines
141 B
Ruby
9 lines
141 B
Ruby
require "hbc/artifact/abstract_flight_block"
|
|
|
|
module Hbc
|
|
module Artifact
|
|
class PostflightBlock < AbstractFlightBlock
|
|
end
|
|
end
|
|
end
|