Method: Licensed::UI::Shell#confirm
- Defined in:
- lib/licensed/ui/shell.rb
#confirm(msg, newline = true) ⇒ Object
22 23 24 |
# File 'lib/licensed/ui/shell.rb', line 22 def confirm(msg, newline = true) @shell.say msg, :green, newline if level?("confirm") end |