1 2 3 4 5 6 7 8
require "hbc/artifact/abstract_flight_block" module Hbc module Artifact class PreflightBlock < AbstractFlightBlock end end end