method
confirm
v2_6_3 -
Show latest stable
- Class:
Bundler::UI::Shell
confirm(msg, newline = nil)public
No documentation available.
# File lib/bundler/ui/shell.rb, line 29
def confirm(msg, newline = nil)
tell_me(msg, :green, newline) if level("confirm")
end