[ruby-core:73989] [Ruby trunk Feature#12110] Create a method to avoid vacuous truth?

From: waldyr.ar@...
Date: 2016-02-25 18:47:09 UTC
List: ruby-core #73989
Issue #12110 has been updated by Waldyr de Souza.

Subject changed from Can create a method to avoid vacuous truth? to Create a method to avoid vacuous truth?

----------------------------------------
Feature #12110: Create a method to avoid vacuous truth?
https://bugs.ruby-lang.org/issues/12110#change-57142

* Author: Waldyr de Souza
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
I often find myself running into unexpected results when using #all? for example

[].all? { |e| false } # => true

Even though it's logically correct could we have a method that express the following?

foo.any? && foo.all?(&:bar)



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next