# File lib/bundler.rb, line 60
def
ui
(
defined?
(
@ui
)
&&
@ui
)
||
(
self
.
ui
=
UI
::
Silent
.
new
)
end