summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-08 13:19:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-08 13:19:02 +0000
commit51b709df0762cd292f0201daa277ab8d2b3f10dc (patch)
tree85a59c19f1e97b9cb1bd4c3d4ec3008266629115
parentfa409e6cbb4168b717f9cbbcae29435d31ccc6cc (diff)
Re-add Matrix to doc/standard_library.rdoc [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 25aad15502..493bca9d33 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -90,6 +90,7 @@ CMath:: Provides Trigonometric and Transcendental functions for complex numbers
CSV:: Provides an interface to read and write CSV files and data
FileUtils:: Several file utility methods for copying, moving, removing, etc
Logger:: Provides a simple logging utility for outputting messages
+Matrix:: Represents a mathematical matrix.
OpenStruct:: Class to build custom data structures, similar to a Hash
Prime:: Prime numbers and factorization library
RDoc:: Produces HTML and command-line documentation for Ruby