ruby--ruby/lib/bundler/ui.rb

10 lines
198 B
Ruby

# frozen_string_literal: true
module Bundler
module UI
autoload :RGProxy, "bundler/ui/rg_proxy"
autoload :Shell, "bundler/ui/shell"
autoload :Silent, "bundler/ui/silent"
end
end