mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move the English entries to the default gems at docs
This commit is contained in:
parent
2c5764ec22
commit
4a2b99795a
2 changed files with 4 additions and 3 deletions
|
@ -38,8 +38,6 @@ Zachary Scott (zzak)
|
||||||
|
|
||||||
=== Libraries
|
=== Libraries
|
||||||
|
|
||||||
[lib/English.rb]
|
|
||||||
_unmaintained_
|
|
||||||
[lib/abbrev.rb]
|
[lib/abbrev.rb]
|
||||||
Akinori MUSHA (knu)
|
Akinori MUSHA (knu)
|
||||||
[lib/base64.rb]
|
[lib/base64.rb]
|
||||||
|
@ -150,6 +148,9 @@ Zachary Scott (zzak)
|
||||||
Kenta Murata (mrkn), Kouhei Sutou (kou)
|
Kenta Murata (mrkn), Kouhei Sutou (kou)
|
||||||
https://github.com/ruby/csv
|
https://github.com/ruby/csv
|
||||||
https://rubygems.org/gems/csv
|
https://rubygems.org/gems/csv
|
||||||
|
[lib/English.rb]
|
||||||
|
_unmaintained_
|
||||||
|
https://github.com/ruby/English
|
||||||
[lib/delegate.rb]
|
[lib/delegate.rb]
|
||||||
_unmaintained_
|
_unmaintained_
|
||||||
https://github.com/ruby/delegate
|
https://github.com/ruby/delegate
|
||||||
|
|
|
@ -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
|
Base64:: Support for encoding and decoding binary data using a Base64 representation
|
||||||
DEBUGGER__:: Debugging functionality for Ruby
|
DEBUGGER__:: Debugging functionality for Ruby
|
||||||
DRb:: Distributed object system for Ruby
|
DRb:: Distributed object system for 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
|
ERB:: An easy to use but powerful templating system for Ruby
|
||||||
Find:: This module supports top-down traversal of a set of file paths
|
Find:: This module supports top-down traversal of a set of file paths
|
||||||
MakeMakefile:: Module used to generate a Makefile for C extensions
|
MakeMakefile:: Module used to generate a Makefile for C extensions
|
||||||
|
@ -60,6 +59,7 @@ CGI:: Support for the Common Gateway Interface protocol
|
||||||
CSV:: Provides an interface to read and write CSV files and data
|
CSV:: Provides an interface to read and write CSV files and data
|
||||||
Delegator:: Provides three abilities to delegate method calls to an object
|
Delegator:: Provides three abilities to delegate method calls to an object
|
||||||
DidYouMean:: "Did you mean?" experience in Ruby
|
DidYouMean:: "Did you mean?" experience in Ruby
|
||||||
|
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
|
||||||
FileUtils:: Several file utility methods for copying, moving, removing, etc
|
FileUtils:: Several file utility methods for copying, moving, removing, etc
|
||||||
Forwardable:: Provides delegation of specified methods to a designated object
|
Forwardable:: Provides delegation of specified methods to a designated object
|
||||||
GetoptLong:: Parse command line options similar to the GNU C getopt_long()
|
GetoptLong:: Parse command line options similar to the GNU C getopt_long()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue