mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 07:58:08 +00:00
Update cheatsheets
This commit is contained in:
14
irb
Normal file
14
irb
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# irb
|
||||
|
||||
> Interactive Ruby shell.
|
||||
> Evaluate Ruby code read from `stdin`.
|
||||
> More information: <https://docs.ruby-lang.org/en/master/IRB.html>.
|
||||
|
||||
- Start the interactive shell:
|
||||
|
||||
`irb`
|
||||
Reference in New Issue
Block a user