[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / lib / bundler / ui.rb
blob7a4fa03669811c717f41f1b5673bdfe1643371c7
1 # frozen_string_literal: true
3 module Bundler
4   module UI
5     autoload :RGProxy, File.expand_path("ui/rg_proxy", __dir__)
6     autoload :Shell,   File.expand_path("ui/shell", __dir__)
7     autoload :Silent,  File.expand_path("ui/silent", __dir__)
8   end
9 end