aboutsummaryrefslogtreecommitdiffstats
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
commit2917acef84192c281395550c0f564a36dbc435d9 (patch)
tree2c9da5f65a992d216f493640354413e999391295 /doc
parent3fc5d43f89ebf10bd57b60329960239fab5faa32 (diff)
downloadruby-2917acef84192c281395550c0f564a36dbc435d9.tar.gz
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