Method: Docman::Command#describe
- Defined in:
- lib/docman/commands/command.rb
#describe(type = 'short') ⇒ Object
123 124 125 |
# File 'lib/docman/commands/command.rb', line 123 def describe(type = 'short') "Command: #{properties_info}" end |