Actions
Feature #8825
closedSymbol Argument to any?
Feature #8825:
Symbol Argument to any?
Status:
Rejected
Assignee:
-
Target version:
-
Actions
Added by kyledecot (Kyle Decot) almost 13 years ago. Updated almost 13 years ago.
=begin
Do you mean it is same as this?
foo.any? {|e| e.bar}
=end
Yes. That's what I was thinking.