--- 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: . - Start the interactive shell: `irb`