This method is only available on newer versions. The first available version (v2_6_3) is shown here.
ui=(ui)
No documentation available.
# File lib/bundler.rb, line 73 def ui=(ui) Bundler.rubygems.ui = ui ? UI::RGProxy.new(ui) : nil @ui = ui end