elioncho (Elías Orozco)
- Login: elioncho
- Registered on: 12/13/2018
- Last sign in: 12/13/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/13/2018
-
03:25 AM Ruby Bug #15409 (Closed): OpenStruct error when attribute is called 'method'
- The following error is shown when you try to access an OpenStruct with a property called method:
`method': wrong number of arguments (given 0, expected 1) (ArgumentError)
To replicate:
~~~ ruby
require 'ostruct'
o = OpenStruct...