mr.krasavtsev@gmail.com (Roman Krasavtsev)
- Login: mr.krasavtsev@gmail.com
- Registered on: 07/07/2016
- Last sign in: 07/07/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/07/2016
-
08:04 PM Ruby Bug #12569 (Rejected): There is no any warnings or errors with wrong comma after last attr_accessor attribute
- In second sample we don't have any warnings or errors with wrong comma after last attr_accessor attribute and without it is very difficult to identify the typo. initialize method does not performed.
## It works
```ruby
class Soluti...