ruby, gem: update page; irb, rake: add page (#10412)

* gem: update page

* Use `snake_case` for placeholders
* Update the documentation URL

* ruby: move `irb` example to a separate page

* rake: add page

* ruby: reference other ruby-related pages

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* irb: standard input => `stdin` (#10436)

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2023-08-09 09:09:12 +02:00
committed by GitHub
parent 0238aa119e
commit 3f9320290a
4 changed files with 45 additions and 14 deletions

View File

@@ -1,12 +1,9 @@
# ruby
> Ruby programming language interpreter.
> See also: `gem`, `bundler`, `rake`, `irb`.
> More information: <https://www.ruby-lang.org>.
- Start a REPL (interactive shell):
`irb`
- Execute a Ruby script:
`ruby {{script.rb}}`