aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update the maintainer of net-smtpHiroshi SHIBATA2021-01-171-1/+1
|
* Additions to method_documentation.rdoc (#4065)Burdette Lamar2021-01-151-2/+30
| | | * Additions to method_documentation.rdoc
* Typo fixes [doc]Marc-Andre Lafortune2021-01-121-10/+10
|
* Update wording in ractor.md (#4056) [doc]Adam Pogwizd2021-01-121-20/+20
|
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-054-5/+5
|
* NEWS-3.0.0: backquote a few code related words. [doc]Marc-Andre Lafortune2021-01-021-8/+8
|
* NEWS: We have links now, and there is no changelog anymore [doc]Marc-Andre Lafortune2021-01-021-4/+1
|
* doc/ractor.md: Fix indentationMarcus Stollsteimer2020-12-271-1/+2
| | | | | | | | Reintroduce removed empty line to fix indentation on rendered page (the first line is _not_ indented despite the leading spaces, and ends up "outdented" compared to the rest of the block). Also add a missing "-".
* [ruby/csv] fix typo conveters => converters for CSV parsing docs (#196)Sampat Badhe2020-12-271-2/+2
| | | | https://github.com/ruby/csv/commit/77ccf486fe
* doc/ractor.md: Fix indentation in code blocksMarcus Stollsteimer2020-12-261-144/+143
| | | | | | | Remove unnecessary indentation of code in code blocks (it is also not rendered properly in the generated HTML). Also remove an empty line.
* methods.rdoc: Improve method definition documentationMarcus Stollsteimer2020-12-261-18/+20
| | | | | | | * typos, grammar, formatting * use `concrete_method` again in `regular_method` example, to better distinguish from `forwarding_method` example * clarify that leading arguments before `...` require Ruby 3.0
* methods.rdoc: Clarify "currently" means "in 2.7" hereMarcus Stollsteimer2020-12-261-1/+1
|
* Update method definition documentationzverok2020-12-251-0/+86
| | | | | * Add endless methods * Add argument forwarding ...
* Adjusted the heading level of "Block Arguments" [ci skip]Nobuyoshi Nakada2020-12-251-1/+1
|
* Copy NEWS.md to doc/NEWS-3.0.0.md and update for 3.1.0Kazuhiro NISHIYAMA2020-12-251-0/+820
|
* [memory_view] Add documentation [ci skip]Kenta Murata2020-12-251-0/+167
|
* doc/syntax/pattern_matching.rdoc: fix typos, grammar, styleMarcus Stollsteimer2020-12-241-23/+23
|
* doc/extension.ja.rdoc: remove trailing whitespaceMarcus Stollsteimer2020-12-241-2/+2
|
* doc/keywords.rdoc: fix typoMarcus Stollsteimer2020-12-241-1/+1
|
* doc/maintainers.rdoc: typoYusuke Endoh2020-12-241-1/+1
|
* update doc/ractor.mdKoichi Sasada2020-12-241-81/+129
|
* doc/keywords.rdoc: mention pattern matching in the `in` keyword sectionYusuke Endoh2020-12-241-0/+2
|
* doc/contributing.rdoc: remove outdated contentYusuke Endoh2020-12-241-19/+0
|
* Tweak magic comments [doc]Marc-Andre Lafortune2020-12-241-9/+9
|
* remove redundant example.Koichi Sasada2020-12-241-1/+0
| | | | pointed by @marcandre.
* shareable_constant_value: experimental_copyKoichi Sasada2020-12-241-5/+30
| | | | | | | "experimental_everything" makes the assigned value, it means the assignment change the state of assigned value. "experimental_copy" tries to make a deep copy and make copyied object sharable.
* add about Ractor into extension.rdoc [ci skip]Koichi Sasada2020-12-242-0/+102
|
* doc/fiber.md: fix typosMarcus Stollsteimer2020-12-231-2/+2
|
* Small improvements in magic comments docsMarcus Stollsteimer2020-12-231-13/+13
| | | | | | * remove a duplicate statement * fix rdoc markup * fix typos
* Document shareable_constant_value and other magic constants [doc]Marc-Andre Lafortune2020-12-231-0/+192
|
* Fix a message in example codeKazuki Tsujimoto2020-12-231-1/+1
| | | | Thanks to @zverok for the report.
* Move the library to extensions for some of default gemsHiroshi SHIBATA2020-12-221-3/+3
|
* Update fiber scheduler documentation.Samuel Williams2020-12-221-15/+68
|
* Update documentation for pattern matchingKazuki Tsujimoto2020-12-221-18/+37
|
* fix phrasing in commentIvan Denysov2020-12-201-1/+1
|
* Fix markups and indentationKazuki Tsujimoto2020-12-201-8/+8
|
* Fix typosKazuki Tsujimoto2020-12-201-3/+3
|
* Update documentation for pattern matchingKazuki Tsujimoto2020-12-201-12/+88
|
* [DOC] Marked dtrace arguments as description list [ci skip]Nobuyoshi Nakada2020-12-191-36/+36
|
* [DOC] Fixed markups in dtrace_probes.rdoc [ci skip]Nobuyoshi Nakada2020-12-191-6/+6
| | | | | | * `+` can enclose just a word. * TIDYLINK with braces gets confused when other braces even inside code precede.
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-12-141-2/+2
|
* Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto2020-12-131-2/+10
|
* Completely removed webrickHiroshi SHIBATA2020-12-102-3/+0
|
* Promote webrick to bundled gemsHiroshi SHIBATA2020-12-102-5/+3
|
* Update maintainers list [doc] [ci skip]Marc-Andre Lafortune2020-12-091-8/+4
|
* Add support for non-blocking `Process.wait`.Samuel Williams2020-12-091-0/+11
|
* Update rubygems.org links for publlished default gems.Hiroshi SHIBATA2020-12-081-1/+42
|
* -> creates a lambda so this updates the documentation to reflect thatJames Koenig2020-11-301-1/+1
|
* [ruby/csv] RDoc recipes for RFC-compliant generation (#187)Burdette Lamar2020-11-242-10/+105
| | | | https://github.com/ruby/csv/commit/5adeaff91f
* [ruby/csv] RDoc recipes for diagnostics (#186)Burdette Lamar2020-11-241-0/+34
| | | | https://github.com/ruby/csv/commit/d9e67918e2