Method: LibGems::Commands::OutdatedCommand#initialize
- Defined in:
- lib/libgems/commands/outdated_command.rb
#initialize ⇒ OutdatedCommand
Returns a new instance of OutdatedCommand.
11 12 13 14 15 16 |
# File 'lib/libgems/commands/outdated_command.rb', line 11 def initialize super 'outdated', 'Display all gems that need updates' add_platform_option end |