method

defaults_str

v1_9_3_125 - Show latest stable - Class: Gem::Command
defaults_str()
public

Override to display the default values of the command options. (similar to arguments, but displays the default values).

For example:

def defaults_str
  --no-gems-first --no-all
end