mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 13:34:17 +00:00
Right now the attached object is stored as an instance variable and all the call sites that either get or set it have to know how it's stored. It's preferable to hide this implementation detail behind accessors so that it is easier to change how it's stored.