1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rubygems: update to 1.3.5.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-12-08 07:19:09 +00:00
parent 6c0f2b097e
commit ed5d5c5829
34 changed files with 6650 additions and 136 deletions

View file

@ -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