[#927] UnboundMethod#to_proc — Dave Thomas <dave@...>

I'm wondering what I can do with a Proc generated by

17 messages 2003/04/06

Re: Range in logical context

From: matz@... (Yukihiro Matsumoto)
Date: 2003-04-17 02:50:17 UTC
List: ruby-core #968
Hi,

In message "Re: Range in logical context"
    on 03/04/17, nobu.nokada@softhome.net <nobu.nokada@softhome.net> writes:

|> I assumed that was referring to stuff with an implicit $_ or $., such as
|> 
|>    print if 10..20
|> 
|> or
|> 
|>    print if /cat/../dog/
|> 
|> I'm not sure I see the reason for deprecating the more general form.
|
|Exactly.  And some new nodes are not warned.

Oops, could you commit this fix?

							matz.

In This Thread