How do you alias a dynamic !@method #1589
Replies: 1 comment
-
|
FYI this works: # @!method foo
# A Foo
# @return [Foo] the foo
#
# @!parse alias_method :foo, :bar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a DSL that dynamically injects methods onto a class but it also dynamically injects aliases for that method onto the class as well. Is there a way to specify aliases for an
@!methoddeclaration?Beta Was this translation helpful? Give feedback.
All reactions