diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-24 13:07:19 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-24 13:07:19 +0000 |
commit | cd101b50eac09681c175955f0b221cfb4d48e9a4 (patch) | |
tree | abc9bd3e64d74e7c66514988171ed55a6c7f8f4d | |
parent | 035bdf378889bc8609c5debe3c56fd19809c02c1 (diff) |
* doc/standard_library.rdoc: strip.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/standard_library.rdoc | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,3 +1,7 @@ +Tue Mar 24 22:06:58 2015 SHIBATA Hiroshi <[email protected]> + + * doc/standard_library.rdoc: strip. + Tue Mar 24 22:06:27 2015 SHIBATA Hiroshi <[email protected]> * doc/standard_library.rdoc: move Thread to Extentions. diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index b532b89233..bd15c2ea9a 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -113,7 +113,3 @@ Thread:: Provides support classes for threaded programs Tk:: Provides a framework for building a Graphical User Interface (GUI) WIN32OLE:: Provides an interface for OLE Automation in Ruby Zlib:: Ruby interface for the zlib compression/decompression library - - - - |