[#83107] Alias Enumerable#include? to Enumerable#includes? — Alberto Almagro <albertoalmagro@...>

Hello,

9 messages 2017/10/04

[ruby-core:83105] Re: File.setuid? on IO (Re: [ruby-cvs:67289] normal:r60108 (trunk): file.c: release GVL in File.{setuid?, setgid?, sticky?})

From: Nobuyoshi Nakada <nobu@...>
Date: 2017-10-04 13:56:16 UTC
List: ruby-core #83105
On 2017/10/04 15:55, Eric Wong wrote:
> Oops, not intentional.  On the other hand, does it hurt?

I don't think it hurtful, not sure if it is useful though.

```
$ ./ruby -v -e 'p File.setuid?(STDIN)' < /usr/bin/at
ruby 2.5.0dev (2017-10-04 trunk 60116) [x86_64-darwin15]
true
```

> I can write tests + NEWS entry for accidental new feature :)

And rdoc?

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

In This Thread