summaryrefslogtreecommitdiff
path: root/doc/ruby/options.md
AgeCommit message (Collapse)Author
2025-11-27Reorganize page documentations (#15154)Stan Lo
Re-organize page docs
2025-11-23[DOC] Remove the name from same file referencesNobuyoshi Nakada
2025-08-14[DOC] Fix quotingNobuyoshi Nakada
2025-08-13Add link to Ruby options doc in help textPeter Zhu
Adds link to https://docs.ruby-lang.org/en/master/ruby/options_md.html in Ruby help text (-h and --help).
2025-08-11[DOC] Update JIT optionsBurdette Lamar
2025-01-02Update 'Set's references in docsStan Lo
- When linking to 'Set', we should use `rdoc-ref:Set` explicitly. - "Set"'s normal usages don't need to be escaped anymore. Notes: Merged: https://github.com/ruby/ruby/pull/12491
2024-12-12[DOC] Improve formatting in Markdown files (#12322)Alexander Momchilov
* Fix WASM bullet/code indentation * Use `console` code highlighting where appropriate … which handles the prefix `$` correctly. * Migrate feature proposal template to MarkDown * Set language on code blocks
2024-03-06[DOC] Ruby command-line options (#10138)Burdette Lamar