General

Profile

douglasfeitosa (Douglas Feitosa)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/27/2014

05:03 PM Ruby Feature #9987 (Third Party's Issue): method Net::HTTP methods private
~~~ruby
def HTTP.start(address, *arg, &block) # :yield: +http+
arg.pop if opt = Hash.try_convert(arg[-1])
port, p_addr, p_port, p_user, p_pass = *arg
port = https_default_port if !port && opt && opt[:use_ssl]
...
douglasfeitosa (Douglas Feitosa)

Also available in: Atom