brew/Library/Homebrew/cask/artifact/preflight_block.rb
Mike McQuaid 90b3a13909
cask: move cask/lib/hbc/* to cask/*.
Fix the load path, requires and some filenames accordingly.
2018-09-04 09:56:57 +01:00

9 lines
141 B
Ruby

require "cask/artifact/abstract_flight_block"
module Hbc
module Artifact
class PreflightBlock < AbstractFlightBlock
end
end
end