RichSeviora (Richard Seviora)
- Login: RichSeviora
- Registered on: 05/18/2016
- Last sign in: 10/03/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
10/03/2019
-
03:53 AM Ruby Feature #16231 (Open): Add #location to Net::HTTPResponse
- # Abstract
Add a location convenience method to the `Net::HTTPRedirection` class.
# Background
When developers receive 3xx responses, we tend to do one of two things: follow the redirect or pass the redirect location onto the co...
05/18/2016
-
07:09 PM Ruby Bug #12393 (Closed): SingleForwardable broken in 2.2.5
- The change to `forwardable.rb` in 2.2.5 seem to have broken the instance delegation method.
As per the example in the code, running the following now generates a `NoMethodError` for `method_defined?`.
```
printer = String.new
pri...