Method: GLI::Commands::RdocDocumentListener#commands
- Defined in:
- lib/gli/commands/rdoc_document_listener.rb
#commands ⇒ Object
77 78 79 80 |
# File 'lib/gli/commands/rdoc_document_listener.rb', line 77 def commands @io.puts "#{@nest}=== Commands" @nest = "#{@nest}=" end |