Method: VMC::App::PushInteractions#ask_runtime
- Defined in:
- lib/vmc/cli/app/push/interactions.rb
#ask_runtime(choices, default, other) ⇒ Object
42 43 44 |
# File 'lib/vmc/cli/app/push/interactions.rb', line 42 def ask_runtime(choices, default, other) ask_with_other("Runtime", client.runtimes, choices, default, other) end |