From: shevegen@... Date: 2019-03-01T19:54:25+00:00 Subject: [ruby-core:91653] [Ruby trunk Feature#15632] Dynamic method references Issue #15632 has been updated by shevegen (Robert A. Heiler). I am biased so I will not comment on the suggestion itself, but I have one question (possibly I may not be the only one): What are dyna symbols? ---------------------------------------- Feature #15632: Dynamic method references https://bugs.ruby-lang.org/issues/15632#change-76916 * Author: kddeisz (Kevin Deisz) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- 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 ``` ruby foo.:"bar_#{baz}" ``` which is basically the equivalent of dyna symbols. -- https://bugs.ruby-lang.org/ Unsubscribe: