summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/environment_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/commands/environment_command.rb')
-rw-r--r--lib/rubygems/commands/environment_command.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rubygems/commands/environment_command.rb b/lib/rubygems/commands/environment_command.rb
index 37429fb836..3d6a7afdae 100644
--- a/lib/rubygems/commands/environment_command.rb
+++ b/lib/rubygems/commands/environment_command.rb
@@ -2,6 +2,7 @@
require 'rubygems/command'
class Gem::Commands::EnvironmentCommand < Gem::Command
+
def initialize
super 'environment', 'Display information about the RubyGems environment'
end
@@ -171,4 +172,5 @@ lib/rubygems/defaults/operating_system.rb
return nil
end
+
end