From: stowers.joshua@... Date: 2017-05-09T16:23:36+00:00 Subject: [ruby-core:81077] [Ruby trunk Feature#13551] Add a method to alias class methods Issue #13551 has been updated by JustJosh (Joshua Stowers). Thanks Matthew, that result is exactly what I had in mind. Having to nest the logic within `class << self` makes it difficult to understand what is going on, and the code less readable. ---------------------------------------- Feature #13551: Add a method to alias class methods https://bugs.ruby-lang.org/issues/13551#change-64728 * Author: JustJosh (Joshua Stowers) * Status: Feedback * Priority: Normal * Assignee: * Target version: ---------------------------------------- There doesn't seem to be an intuitive way to alias class methods. Perhaps we can add a method such as ~~~ ruby alias_class_method :new_name, :old_name ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: