mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
# irb
|
|
# Interactive ruby. A tool to interactively execute Ruby expressions
|
|
# read from stdin.
|
|
|
|
# Start irb
|
|
irb
|
|
|