diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-22 07:34:00 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-22 07:34:00 +0000 |
commit | 9ef87823fa8d26baffabaac855321102f9e0291c (patch) | |
tree | ffcbb7688ed5f9315ced7aefda34c206f35d39b3 /doc | |
parent | 2bd0c2bf73acd0841619f67e3448573e5b6e3064 (diff) | |
download | ruby-9ef87823fa8d26baffabaac855321102f9e0291c.tar.gz |
add raccrt, strscan entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -22,6 +22,10 @@ Dir.glob("makefile", File::FNM_CASEFOLD) #=> ['Makefile', 'makefile'] +: racc runtime module + + Imported. Racc runtime library (Racc is a parser generator for ruby). + : tsort module Imported. Topological sorting library. @@ -30,6 +34,10 @@ Imported. Pseudo (({IO})) class from/to (({String})). +: strscan module + + Imported. Fast string scanner library. + : Array#pack, String#unpack allows comment in template strings. |