ruby-changes:14505
From: naruse <ko1@a...>
Date: Mon, 18 Jan 2010 15:32:26 +0900 (JST)
Subject: [ruby-changes:14505] Ruby:r26342 (trunk): Add call-seq for Net::HTTP.start.
naruse 2010-01-18 15:32:14 +0900 (Mon, 18 Jan 2010) New Revision: 26342 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26342 Log: Add call-seq for Net::HTTP.start. Modified files: trunk/lib/net/http.rb Index: lib/net/http.rb =================================================================== --- lib/net/http.rb (revision 26341) +++ lib/net/http.rb (revision 26342) @@ -443,6 +443,10 @@ BufferedIO end + # call-seq: + # HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block) + # HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block) + # # creates a new Net::HTTP object and opens its TCP connection and # HTTP session. # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/