From: nobu@... Date: 2019-03-04T03:34:53+00:00 Subject: [ruby-core:91658] [Ruby trunk Feature#15632] Dynamic method references Issue #15632 has been updated by nobu (Nobuyoshi Nakada). IIRC, it was rejected (or suspended at least) by matz at the previous developers' meeting. ---------------------------------------- Feature #15632: Dynamic method references https://bugs.ruby-lang.org/issues/15632#change-76920 * Author: kddeisz (Kevin Deisz) * Status: Feedback * 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: