diff options
-rw-r--r-- | lib/rubygems/commands/environment_command.rb | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -18,6 +18,46 @@ class Gem::Commands::EnvironmentCommand < Gem::Command return args.gsub(/^\s+/, '') end def usage # :nodoc: "#{program_name} [arg]" end |