K
Kazuo Saito
Hi all,
This is a summary of ruby-dev mailing list.
[ruby-dev:22121] URI.regexp
URI::regexp, which is similar to URI::extract in terms of finding
URL-like strings from a string given but returns a Regexp object,
has been added into URI library by Minero Aoki. He also wrote
brief description for the method. See the diff and document from:
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/uri/
common.rb.diff?r1=1.10&r2=1.11&f=h
[ruby-dev:22134] [PATCH] exception list in rescue
Nobu Nakada commited a patch that enables "rescue" statement to take
"*list" argument for catching multiple exception classes, such like
"when A, B, C" in "case" statement.
[ruby-dev:22167] 1.8.1 preview3
The latest preview for 1.8.1 has been released. Let's get it from:
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview3.tar.gz
Kazuo Saito <[email protected]>
This is a summary of ruby-dev mailing list.
[ruby-dev:22121] URI.regexp
URI::regexp, which is similar to URI::extract in terms of finding
URL-like strings from a string given but returns a Regexp object,
has been added into URI library by Minero Aoki. He also wrote
brief description for the method. See the diff and document from:
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/uri/
common.rb.diff?r1=1.10&r2=1.11&f=h
[ruby-dev:22134] [PATCH] exception list in rescue
Nobu Nakada commited a patch that enables "rescue" statement to take
"*list" argument for catching multiple exception classes, such like
"when A, B, C" in "case" statement.
[ruby-dev:22167] 1.8.1 preview3
The latest preview for 1.8.1 has been released. Let's get it from:
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview3.tar.gz
Kazuo Saito <[email protected]>