anima icon indicating copy to clipboard operation
anima copied to clipboard

Allow private attribute reads

Open mbj opened this issue 9 years ago • 0 comments

  • This is more symmetric with Attribute#set that is backed by `Object#instance_variable_set
  • Ultimatively we later want to use #instance_variable_set but that would be a breaking change as currently overwritten attribute getter values would be picked up. This change does not break that property.

mbj avatar Oct 14 '16 18:10 mbj