Sha256: 213a4c02c3fde59bc7db3389ea351f08ec199658524ff60a2ecee3fa810aa653
Contents?: true
Size: 324 Bytes
Versions: 39
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module Buildkite module Builder module Loaders autoload :Abstract, File.expand_path('loaders/abstract', __dir__) autoload :Templates, File.expand_path('loaders/templates', __dir__) autoload :Extensions, File.expand_path('loaders/extensions', __dir__) end end end
Version data entries
39 entries across 39 versions & 1 rubygems