Support for the Ruby 2.4 series has ended. See here for reference.
Gem::Command
# File rubygems/commands/mirror_command.rb, line 6 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
# File rubygems/commands/mirror_command.rb, line 21 def execute alert_error "Install the rubygems-mirror gem for the mirror command" end
This page was generated for Ruby 2.4.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.