method

arguments

ruby latest stable - Class: Gem::Commands::HelpCommand

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_1_10) is shown here.

arguments()
public

No documentation available.

# 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