douglasfeitosa (Douglas Feitosa)
- Login: douglasfeitosa
- Email: douglas_fg@hotmail.com
- Registered on: 06/27/2014
- Last sign in: 06/27/2014
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]
...