diff options
-rw-r--r-- | lib/rubygems/commands/help_command.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ require 'rubygems/command' class Gem::Commands::HelpCommand < Gem::Command # :stopdoc: EXAMPLES = <<-EOF.freeze Some examples of 'gem' usage. @@ -369,4 +370,5 @@ platform. alert_warning "Unknown command #{command_name}. Try: gem help commands" end end end |