Method: Gem::Commands::StaleCommand#initialize
- Defined in:
- lib/rubygems/commands/stale_command.rb
#initialize ⇒ StaleCommand
Returns a new instance of StaleCommand.
6 7 8 |
# File 'lib/rubygems/commands/stale_command.rb', line 6 def initialize super("stale", "List gems along with access times") end |