anima
anima copied to clipboard
Allow private attribute reads
- This is more symmetric with
Attribute#setthat is backed by `Object#instance_variable_set - Ultimatively we later want to use
#instance_variable_setbut that would be a breaking change as currently overwritten attribute getter values would be picked up. This change does not break that property.