caius (Caius Durling)
- Login: caius
- Email: caius@caius.name
- Registered on: 12/21/2010
- Last sign in: 12/21/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/21/2010
-
08:55 AM Ruby Bug #4179: OpenStruct#method_missing handles #[]= wrongly
- =begin
On 20 Dec 2010, at 23:43, Caius Durling wrote:
> Bug #4179: OpenStruct#method_missing handles #[]= wrongly
> http://redmine.ruby-lang.org/issues/show/4179
Erm, not quite sure why reloading the redmine page triggered anothe... -
08:40 AM Ruby Bug #4179 (Closed): OpenStruct#method_missing handles #[]= wrongly
- =begin
## Code to reproduce:
require "ostruct"
OpenStruct.new[:foo] = true
## Expected
`NoMethodError` to be raised, as `OpenStruct#[]=` is not a defined method.
## Actual
`wrong number of arguments (...