Flowdock
method

arguments

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: HelpCommand
arguments() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/help_command.rb, line 101
  def arguments # :nodoc:
    args =       commands      List all 'gem' commands      examples      Show examples of 'gem' usage      <command>     Show specific help for <command>
    return args.gsub(/^\s+/, '')
  end
Register or log in to add new notes.