Libraries
»
bundler
(2.7.1)
»
Index
»
Bundler
»
UI
»
RGProxy
»
#say
Method: Bundler::UI::RGProxy#say
Defined in:
lib/bundler/ui/rg_proxy.rb
#
say
(message) ⇒
Object
14 15 16
# File 'lib/bundler/ui/rg_proxy.rb', line 14
def
say
(
message
)
@ui
&.
debug
(
message
)
end