aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]Nobuyoshi Nakada2020-09-291-2/+3
|
* doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`Yusuke Endoh2020-09-291-0/+3
|
* Update NEWS & documentation relating to scheduler.Samuel Williams2020-09-212-137/+127
|
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-171-1/+1
| | | | s/overriden/overridden/
* Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams2020-09-141-1/+1
|
* Promote time.rb to default gemsHiroshi SHIBATA2020-09-122-3/+4
|
* Promote resolv-replace to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote resolv to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote securerandom to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote open-uri to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote syslog to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote base64 to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote shellwords to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote abbrev to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote tsort to default gemsHiroshi SHIBATA2020-09-092-3/+4
|
* Add `*.md` to doc/.document [ci skip]Kazuhiro NISHIYAMA2020-09-061-0/+1
|
* Fixed some typos in ractor.md (#3522)Ashwin Elangovan2020-09-051-20/+20
|
* Fix typo in ractor.mdandrewmelis2020-09-051-1/+1
|
* Fix typos in Ractor README.Tom Schady2020-09-041-2/+2
|
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-0/+883
| | | | | | | | | | | | | | | | This commit introduces Ractor mechanism to run Ruby program in parallel. See doc/ractor.md for more details about Ractor. See ticket [Feature #17100] to see the implementation details and discussions. [Feature #17100] This commit does not complete the implementation. You can find many bugs on using Ractor. Also the specification will be changed so that this feature is experimental. You will see a warning when you make the first Ractor with `Ractor.new`. I hope this feature can help programmers from thread-safety issues.
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-09-031-1/+1
|
* Add alias treatment to method_documentation.rdoc (#3468)Burdette Lamar2020-08-281-0/+7
| | | | * Add alias treatment to method_documentation.rdoc
* Add documentation to "dcompact" callback and "parent" memberLars Kanis2020-08-251-2/+11
|
* Promote nkf to default gemsHiroshi SHIBATA2020-08-252-3/+4
|
* Fix typosKazuhiro NISHIYAMA2020-08-231-4/+4
|
* Promote erb to default gemsHiroshi SHIBATA2020-08-212-3/+4
|
* Promote rinda to default gemsHiroshi SHIBATA2020-08-212-3/+4
|
* Promote find to default gemsHiroshi SHIBATA2020-08-202-3/+4
|
* Promote set to default gemsHiroshi SHIBATA2020-08-202-3/+4
|
* [DOC] fixed the method nameNobuyoshi Nakada2020-08-141-3/+3
|
* Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar2020-08-131-0/+82
| | | | | | | Adds a full discussion of #dig, along with links from Array, Hash, Struct, and OpenStruct. CSV::Table and CSV::Row are over in ruby/csv. I'll get to them soon. The art to the thing is to figure out how much (or how little) to say at each #dig.
* Add Method Documentation Guide (#3399)Jeremy Evans2020-08-101-0/+176
| | | | | | This documents how methods for core classes and classes in the standard library should be documented. Co-authored-by: Eric Hodel <drbrain@segment7.net>
* Promote io-nonblock to the default gems.Hiroshi SHIBATA2020-07-302-5/+4
|
* Promote io-wait to the default gemsHiroshi SHIBATA2020-07-302-2/+4
|
* Promote optparse to default gemsHiroshi SHIBATA2020-07-222-3/+4
|
* [ruby/csv] RDoc for converters (#157)Burdette Lamar2020-07-203-38/+53
| | | | | | | | | | | * More on RDoc for converters * More on RDoc for converters * Fix indent Co-authored-by: Sutou Kouhei <kou@cozmixng.org> https://github.com/ruby/csv/commit/6044976160
* [ruby/csv] RDoc: summary lists for options (#154)Burdette Lamar2020-07-201-1/+1
| | | | | | | | | | | | | * RDoc: summary lists for options * Enhanced RDoc for certain attributes and instance methods * Enhanced RDoc for certain attributes and instance methods * Enhanced RDoc for certain attributes and instance methods * Enhanced RDoc for certain attributes and instance methods https://github.com/ruby/csv/commit/72d8a25dc9
* [ruby/csv] Improve RDoc for common options (#146)Burdette Lamar2020-07-203-37/+74
| | | | https://github.com/ruby/csv/commit/223cbee35d
* [ruby/csv] Organize files in doc/ (#145)Burdette Lamar2020-07-2022-0/+0
| | | | https://github.com/ruby/csv/commit/bc9ea859b0
* [ruby/csv] Add missing file doc/argument_io.rdoc (#140)Burdette Lamar2020-07-201-0/+5
| | | | https://github.com/ruby/csv/commit/e37f04aa5c
* [ruby/csv] Enhanced Rdoc for CSV (#122)Burdette Lamar2020-07-2021-0/+640
| | | | https://github.com/ruby/csv/commit/cd670595d5
* Clarify behavior of super in method in module included in refinement [ci skip]Jeremy Evans2020-07-101-1/+2
| | | | Fixes [Bug #16977]
* Removed sdbm entries from docHiroshi SHIBATA2020-06-192-5/+0
|
* doc/contributing.rdoc: Now ruby >= 2.2 or 2.3 is required to build rubyYusuke Endoh2020-06-101-2/+2
|
* This document is steal status.Hiroshi SHIBATA2020-06-101-793/+0
| | | | Now, You can see the all of contributors at https://github.com/ruby/ruby/graphs/contributors
* Update extension.rdoc for Ruby 3 keyword argument separation [ci skip]Jeremy Evans2020-06-011-26/+0
| | | | This removes the discussion of behavior removed in Ruby 3.
* doc/contributing.rdoc: Removed obsolete platforms [ci skip]Nobuyoshi Nakada2020-05-291-1/+1
|
* [DOC] Turned note-lists into label-lists [ci skip]Nobuyoshi Nakada2020-05-252-196/+196
|
* Fixed RDoc formatting [ci skip]Nobuyoshi Nakada2020-05-185-78/+56
|
* Document how to enable USDT method entry/exit tracepointsAvdi Grimm2020-05-181-0/+6
|