mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
# interactive ruby. irb is a tool to execute interactively ruby expressions read from stdin
|
||
|
|
||
|
# start irb
|
||
|
irb
|
||
|
|