From: "charliesome (Charlie Somerville)" Date: 2013-11-11T07:04:59+09:00 Subject: [ruby-core:58259] [ruby-trunk - Feature #9099][Open] Train emoji lambda operator Issue #9099 has been reported by charliesome (Charlie Somerville). ---------------------------------------- Feature #9099: Train emoji lambda operator https://bugs.ruby-lang.org/issues/9099 Author: charliesome (Charlie Somerville) Status: Open Priority: Normal Assignee: Category: Target version: Matz mentioned during the 'Questions for Matz' section at RubyConf 2013 that he would like to the train emoji as an alternative to the stabby lambda operator. I have implemented this and attached the patch. Example code: fn = ���� { "great!" } puts "Ruby is #{fn[]}" -- http://bugs.ruby-lang.org/