amikula (Alf Mikula)
- Login: amikula
- Email: amikula@gmail.com
- Registered on: 04/15/2011
- Last sign in: 05/28/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
05/28/2011
-
08:22 AM Ruby Bug #4791 (Closed): Doc: Clarification on allowed timeout values
- This patch clarifies what is an acceptable timeout value in Net::HTTP and Timeout::timeout. The existing documentation does not clearly indicate that fractional seconds may be specified, leaving the reader to guess whether only integer v...
05/17/2011
-
09:25 AM Ruby Bug #4714: Move documentation for proxy attributes
- Eric Hodel wrote:
> I changed 'in self.class' to 'in Net::HTTP' to be a little more clear.
Good call. -
03:40 AM Ruby Bug #4714 (Closed): Move documentation for proxy attributes
- The documentation for proxy attributes is placed on accessors in the instance, while attr_accessor calls go undocumented. This patch moves the documentation to the attr_accessors, and documents the convenience methods on the instance acc...
-
03:37 AM Ruby Bug #4713 (Closed): nodoc fix for net/http
- The nodoc declaration for HTTP#version_1_1? is not working properly with rdoc. This patch changes the nodoc declaration to match the declarations for other methods.