Name | Status | Type | Time(s) |
Module#attr_accessor creates a getter and setter for each given attribute name | Success | | 0.001 |
Module#attr_accessor not allows creating an attr_accessor on an immediate class | Success | | 0.001 |
Module#attr_accessor converts non string/symbol/fixnum names to strings using to_str | Success | | 0.002 |
Module#attr_accessor raises a TypeError when the given names can't be converted to strings using to_str | Success | | 0.002 |
Module#attr_accessor applies current visibility to methods created | Success | | 0.001 |
Module#attr_accessor is a private method | Success | | 0.001 |
Module#attr_accessor on immediates can read through the accessor | Success | | 0.001 |