Method: Xnlogic::UI::Shell#confirm
- Defined in:
- lib/xnlogic/ui/shell.rb
#confirm(msg, newline = nil) ⇒ Object
21 22 23 |
# File 'lib/xnlogic/ui/shell.rb', line 21 def confirm(msg, newline = nil) tell_me(msg, :green, newline) if level("confirm") end |