summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-21 06:16:11 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-21 06:16:11 +0000
commit7a856b11c8bb5668c7d2c0ee9015e5c3329c4e33 (patch)
treeddb2c6a7c07ec285a9b89d0833c2f6d0bc8e398b /doc
parent20d81b428703a595d60ca14c0af089b87cbea012 (diff)
Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.
[Feature #10169][[ruby-core:64553]] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc2
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 0fe9e84520..476e587de5 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -70,8 +70,6 @@ Zachary Scott (zzak)
Keiju ISHITSUKA (keiju)
[lib/logger.rb]
Naotoshi Seo (sonots)
-[lib/mathn.rb]
- Keiju ISHITSUKA (keiju)
[lib/matrix.rb]
Marc-Andre Lafortune (marcandre)
[lib/mkmf.rb]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index e13f280a22..a788080c72 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -25,7 +25,6 @@ GetoptLong:: Parse command line options similar to the GNU C getopt_long()
IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
Logger:: Provides a simple logging utility for outputting messages
-mathn.rb:: Deprecated library that extends math operations
MakeMakefile:: Module used to generate a Makefile for C extensions
Matrix:: Represents a mathematical matrix.
Monitor:: Provides an object or module to use safely by more than one thread