From: "nobu (Nobuyoshi Nakada)" Date: 2013-08-28T10:46:00+09:00 Subject: [ruby-core:56837] [ruby-trunk - Feature #8825][Feedback] Symbol Argument to any? Issue #8825 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Feedback Do you mean it is same as this? foo.any? {|e| e.bar} ---------------------------------------- Feature #8825: Symbol Argument to any? https://bugs.ruby-lang.org/issues/8825#change-41380 Author: kyledecot (Kyle Decot) Status: Feedback Priority: Normal Assignee: Category: core Target version: It would be nice if `any?` could take a symbol much like `map`. For example: foo.any?(&:bar) -- http://bugs.ruby-lang.org/