Method: Mu::Command::Cmd_scale#cmd_about
- Defined in:
- lib/mu/command/cmd_scale.rb
#cmd_about(argv) ⇒ Object
returns scale engine configuration information
* argv = command-line arguments
73 74 75 76 77 78 |
# File 'lib/mu/command/cmd_scale.rb', line 73 def cmd_about argv setup argv response = @api.about msg response return response end |