Method: U3dCore::Shell#confirm
- Defined in:
- lib/u3d_core/ui/implementations/shell.rb
#confirm(message) ⇒ Object
148 149 150 151 |
# File 'lib/u3d_core/ui/implementations/shell.rb', line 148 def confirm() verify_interactive!() agree("#{format_string}#{.to_s.yellow} (y/n)", true) end |