summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-11 12:55:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-11 12:55:52 +0000
commit5acafedaa8b8c390eba4815d77e3b411b61aa568 (patch)
tree102896dbffb0f944461d445c6c071d3b10cc4815 /doc
parent5085329bb38726bd1fb147e24033717b5ba9f02d (diff)
downloadruby-5acafedaa8b8c390eba4815d77e3b411b61aa568.tar.gz
ruby-5acafedaa8b8c390eba4815d77e3b411b61aa568.tar.xz
ruby-5acafedaa8b8c390eba4815d77e3b411b61aa568.zip
StringIO.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 83f5ffcc6..186dcdcae 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,7 @@
+: stringio module
+
+ Imported. Pseudo (({IO})) class from/to (({String})).
+
: Array#pack, String#unpack
allows comment in template strings.