Method: U3dCore::Shell#select
- Defined in:
- lib/u3d_core/ui/implementations/shell.rb
#select(message, options) ⇒ Object
153 154 155 156 157 158 |
# File 'lib/u3d_core/ui/implementations/shell.rb', line 153 def select(, ) verify_interactive!() important() choose(*) end |