Actions
Feature #8947
openmake alias, alias_method, attr_* return name of the alias
Status:
Open
Assignee:
-
Target version:
-
Description
Now that def returns the method name, it would be handy to have alias/alias_method return the name of the alias:
class Foo
private def foo() end
protected alias_method :bar, :foo
end
Same goes for the attr_* methods:
class Foo
private attr_accessor :foo, :bar
end
What do you think?
Updated by hsbt (Hiroshi SHIBATA) almost 3 years ago
- Project changed from 14 to Ruby master
Actions
Like0
Like0