From 5a10e577dfdb764c9b4eafa295c5196775cbd515 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 7 Jun 2018 10:13:00 +0000 Subject: Promote OpenStruct to default gems. Upstream repository is https://github.com/ruby/ostruct. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/standard_library.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/standard_library.rdoc') diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 692859775e..102f757c0d 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -37,7 +37,6 @@ Observable:: Provides a mechanism for publish/subscribe pattern in Ruby OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP Open3:: Provides access to stdin, stdout and stderr when running other programs OptionParser:: Ruby-oriented class for command-line option analysis -OpenStruct:: Class to build custom data structures, similar to a Hash PP:: Provides a PrettyPrinter for Ruby objects PrettyPrinter:: Implements a pretty printing algorithm for readable structure profile.rb:: Runs the Ruby Profiler__ @@ -92,6 +91,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 +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 REXML:: An XML toolkit for Ruby -- cgit v1.2.3