mizyo (Norihisa Fujita)
- Login: mizyo
- Email: mizyo@mizyo.com
- Registered on: 06/29/2009
- Last sign in: 06/29/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/29/2009
-
12:13 PM Ruby Bug #1699 (Closed): URI::FTP to_s problem after modification
- =begin
After modification URI::FTP object by +, a slash is missing after host.
ruby 1.8.7 also has this problem, but 1.8.6 does not.
I think we should use self.path instead of @path in to_s. (please see attached patch)
Repro...