[#3228] Core support for Gems, and namespace — "Luke A. Kanies" <luke@...>

Hi all,

21 messages 2004/07/27
[#3230] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Tue, 27 Jul 2004 11:39:08 +0900, Luke A. Kanies <luke@madstop.com> wrote:

[#3234] Re: Core support for Gems, and namespace — "Luke A. Kanies" <luke@...> 2004/07/27

On Tue, 27 Jul 2004, Austin Ziegler wrote:

[#3238] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Wed, 28 Jul 2004 00:14:29 +0900, Luke A. Kanies <luke@madstop.com> wrote:

Re: Trying to understand \G

From: matz@... (Yukihiro Matsumoto)
Date: 2004-07-17 08:04:15 UTC
List: ruby-core #3206
Hi,

In message "Re: Trying to understand \G"
    on 04/07/17, nobu.nokada@softhome.net <nobu.nokada@softhome.net> writes:

|Regexp#=~ doesn't accept nil now.
|
|  $ ./i686-linux/miniruby -ve 'p(/./=~nil)'
|  ruby 1.9.0 (2004-07-17) [i686-linux]
|  -e:1: cannot convert nil into String (TypeError)
|
|  $ ruby -ve 'p(/./=~nil)'
|  ruby 1.9.0 (2004-07-16) [i686-linux]
|  nil
|
|Too much deleted?
|And, what about String#match?

Thank you, and thank you.

							matz.

In This Thread