* properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3b4134cadb
commit
792b6fd8a2
@ -327,4 +327,4 @@ module Win32
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -325,7 +325,7 @@ class Gem::RemoteFetcher
|
|||||||
|
|
||||||
def request(uri, request_class, last_modified = nil)
|
def request(uri, request_class, last_modified = nil)
|
||||||
request = Gem::Request.new uri, request_class, last_modified, @proxy
|
request = Gem::Request.new uri, request_class, last_modified, @proxy
|
||||||
|
|
||||||
request.fetch do |req|
|
request.fetch do |req|
|
||||||
yield req if block_given?
|
yield req if block_given?
|
||||||
end
|
end
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
* dqout.rb --- client. pop DQEntry objects.
|
* dqout.rb --- client. pop DQEntry objects.
|
||||||
* dqlib.rb --- define DQEntry
|
* dqlib.rb --- define DQEntry
|
||||||
|
|
||||||
* IdConv customize demo: reference by name
|
* IdConv customize demo: reference by name
|
||||||
* name.rb --- server
|
* name.rb --- server
|
||||||
* namec.rb --- client
|
* namec.rb --- client
|
||||||
|
|
||||||
@ -46,7 +46,7 @@
|
|||||||
* drbssl
|
* drbssl
|
||||||
* drbssl_s.rb
|
* drbssl_s.rb
|
||||||
* drbssl_c.rb
|
* drbssl_c.rb
|
||||||
|
|
||||||
* add DRbProtocl
|
* add DRbProtocl
|
||||||
* http0.rb
|
* http0.rb
|
||||||
* http0serv.rb
|
* http0serv.rb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user