diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-15 15:01:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-15 15:01:37 +0000 |
commit | d980a0f30392f02601b2db27d1b0331a179681b5 (patch) | |
tree | c36483aea29372e11dd0ceb74c0a4bd5e5309de7 /ext | |
parent | 17269384517cf0a63647731972279b6ddd3217bb (diff) | |
download | ruby-d980a0f30392f02601b2db27d1b0331a179681b5.tar.gz ruby-d980a0f30392f02601b2db27d1b0331a179681b5.tar.xz ruby-d980a0f30392f02601b2db27d1b0331a179681b5.zip |
* ext/.document: enabled documents in stringio.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/.document | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/.document b/ext/.document index bf2855bb7..127f021c8 100644 --- a/ext/.document +++ b/ext/.document @@ -1,6 +1,7 @@ # Add files to this as they become documented iconv/iconv.c +stringio/stringio.c strscan/strscan.c zlib/zlib.c win32ole |