[BioRuby-cvs] bioruby/lib/bio command.rb,1.9,1.10
Naohisa Goto
ngoto at dev.open-bio.org
Tue May 9 07:17:14 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory dev.open-bio.org:/tmp/cvs-serv18448/lib/bio
Modified Files:
command.rb
Log Message:
rename of net_http_start to http_start is canceled
Index: command.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/command.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** command.rb 9 May 2006 07:13:54 -0000 1.9
--- command.rb 9 May 2006 07:17:11 -0000 1.10
***************
*** 171,175 ****
# is set.
#
! def http_start(address, port = 80, &block)
uri = URI.parse("http://#{address}:#{port}")
# Note: URI#find_proxy is an unofficial method defined in open-uri.rb.
--- 171,175 ----
# is set.
#
! def net_http_start(address, port = 80, &block)
uri = URI.parse("http://#{address}:#{port}")
# Note: URI#find_proxy is an unofficial method defined in open-uri.rb.
***************
*** 183,189 ****
http.start(address, port, &block)
end
- module_function :http_start
-
- alias net_http_start http_start
module_function :net_http_start
--- 183,186 ----
More information about the bioruby-cvs
mailing list