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(message, options)
  verify_interactive!(message)

  important(message)
  choose(*options)
end