summaryrefslogtreecommitdiff
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
commit8579ace7b4f48536c908bf65a84338554f07993a (patch)
tree102896dbffb0f944461d445c6c071d3b10cc4815 /doc
parent7ff805d46bd3157b23119967c4e594a32bdbcfb7 (diff)
StringIO.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 83f5ffcc65..186dcdcae6 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.