ruby-changes:51406
From: kazu <ko1@a...>
Date: Fri, 8 Jun 2018 22:19:07 +0900 (JST)
Subject: [ruby-changes:51406] kazu:r63612 (trunk): Re-add Matrix to doc/standard_library.rdoc [ci skip]
kazu 2018-06-08 22:19:02 +0900 (Fri, 08 Jun 2018) New Revision: 63612 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63612 Log: Re-add Matrix to doc/standard_library.rdoc [ci skip] Modified files: trunk/doc/standard_library.rdoc Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 63611) +++ doc/standard_library.rdoc (revision 63612) @@ -90,6 +90,7 @@ CMath:: Provides Trigonometric and Trans https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L90 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/