2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-17 09:25:32 +00:00
cheat.sheets/sheets/irb
2020-11-22 21:21:48 +01:00

8 lines
112 B
Plaintext

# irb
# Interactive ruby. A tool to interactively execute Ruby expressions
# read from stdin.
# Start irb
irb