summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-18 12:29:34 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-18 12:29:34 +0000
commit1b45e533496bdb29b98694cf87288e637d47cd8a (patch)
tree2c9da5f65a992d216f493640354413e999391295 /doc
parent9fc44b8790276e5a2f3a28902ba6dee593c7ae75 (diff)
doc/standard_library.rdoc: Tk is removed from stdlib
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index d97e09e977..8fa4fb5232 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -107,6 +107,5 @@ Socket:: Access underlying OS socket implementations
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Syslog:: Ruby interface for the POSIX system logging facility
-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