Methods
Class Public methods
new()
Link
Source: show
# File lib/rubygems/commands/mirror_command.rb, line 4 def initialize super('mirror', 'Mirror all gem files (requires rubygems-mirror)') begin Gem::Specification.find_by_name('rubygems-mirror').activate rescue Gem::LoadError # no-op end end
Instance Public methods