From: duerst@... Date: 2017-05-09T07:09:56+00:00 Subject: [ruby-core:81056] [Ruby trunk Feature#13551][Feedback] Add a method to alias class methods Issue #13551 has been updated by duerst (Martin D��rst). Status changed from Open to Feedback What do you mean by 'intuitive'? How frequent/important is this? It's easily possible as follows: ``` class Array class << self alias :my_new :new end end Array.my_new # => [] ``` ---------------------------------------- Feature #13551: Add a method to alias class methods https://bugs.ruby-lang.org/issues/13551#change-64703 * 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: