glenab (Glen Aultman-Bettridge)
- Login: glenab
- Email: glenab@koansolutions.net
- Registered on: 02/23/2015
- Last sign in: 08/05/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/24/2015
-
06:05 PM Ruby Bug #10896: First example in the documentation for URI::join shows incorrect result
- I submitted a PR (https://github.com/ruby/ruby/pull/838) for this
02/23/2015
-
11:09 PM Ruby Bug #10896 (Closed): First example in the documentation for URI::join shows incorrect result
- The example is
~~~
p URI.join("http://example.com/","main.rbx")
# => #<URI::HTTP:0x2022ac02 URL:http://localhost/main.rbx>
~~~
but should be
~~~
p URI.join("http://example.com/","main.rbx")
# => #<URI::HTTP:0x2022ac02 URL:...