summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-21 20:18:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-21 20:18:44 +0900
commit8c97883b738ad9749848d9a10fce87df0f9b1bf3 (patch)
treeb1b5520b68afb73d219f1abd382283b738eb5861 /doc/standard_library.rdoc
parentbc374e5cea0fe0eb77da0ee78930c22d7afbd34a (diff)
Promote erb to default gems
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 2ec088ca86..2f65c0b028 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -12,7 +12,6 @@ Abbrev:: Calculates a set of unique abbreviations for a given set of strings
Base64:: Support for encoding and decoding binary data using a Base64 representation
DEBUGGER__:: Debugging functionality for Ruby
DRb:: Distributed object system for Ruby
-ERB:: An easy to use but powerful templating system for Ruby
MakeMakefile:: Module used to generate a Makefile for C extensions
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
PP:: Provides a PrettyPrinter for Ruby objects
@@ -52,6 +51,7 @@ CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object
DidYouMean:: "Did you mean?" experience in Ruby
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
+ERB:: An easy to use but powerful templating system for Ruby
FileUtils:: Several file utility methods for copying, moving, removing, etc
Find:: This module supports top-down traversal of a set of file paths
Forwardable:: Provides delegation of specified methods to a designated object