Actions
Feature #15632
closedDynamic method references
Feature #15632:
Dynamic method references
Status:
Feedback
Assignee:
-
Target version:
-
Description
In Ruby 2.7 we have the new .: method reference operator, which is so great!
I was hoping to be able to use this operator dynamically (which you currently have to fall back to the method method). What I'm proposing is
foo.:"bar_#{baz}"
which is basically the equivalent of dyna symbols.
Actions