-
Nikita Vasilevsky authored
`undefine_attribute_methods` now removes alias attribute methods along with attribute methods. This commit changes `define_attribute_methods` to redefine methods back if any alias attributes were declared which provides applications and libraries an option to bring the alias methods back after using `undefine_attribute_methods`.
Nikita Vasilevsky authored`undefine_attribute_methods` now removes alias attribute methods along with attribute methods. This commit changes `define_attribute_methods` to redefine methods back if any alias attributes were declared which provides applications and libraries an option to bring the alias methods back after using `undefine_attribute_methods`.
Loading