summaryrefslogtreecommitdiffstats
path: root/lib/rubygems/command.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-08 07:19:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-08 07:19:09 +0000
commit79d365691b4ae1ebfd7b0a93a0ee481c0ccbfb89 (patch)
treedc11e68e4128f5d250d88f1ef70c8bd68ef1e166 /lib/rubygems/command.rb
parentb4164d8d6496f74dc78c10837a55b4eb79eab555 (diff)
downloadruby-79d365691b4ae1ebfd7b0a93a0ee481c0ccbfb89.tar.gz
ruby-79d365691b4ae1ebfd7b0a93a0ee481c0ccbfb89.tar.xz
ruby-79d365691b4ae1ebfd7b0a93a0ee481c0ccbfb89.zip
* lib/rubygems: update to 1.3.5.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/command.rb')
-rw-r--r--lib/rubygems/command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/command.rb b/lib/rubygems/command.rb
index 3a1e2ac87..dab436627 100644
--- a/lib/rubygems/command.rb
+++ b/lib/rubygems/command.rb
@@ -49,7 +49,7 @@ class Gem::Command
def self.build_args
@build_args ||= []
end
-
+
def self.build_args=(value)
@build_args = value
end
@@ -197,7 +197,7 @@ class Gem::Command
# def usage
# "#{program_name} FILE [FILE ...]"
# end
- #
+ #
# def arguments
# "FILE name of file to find"
# end