snippetbashTip
irb — Interactive Ruby shell. Evaluate Ruby code read from `stdin`. More information: <https://ruby.github
Viewed 0 times
rubyshellcommandevaluateirbcliinteractive
Problem
How to use the
irb command: Interactive Ruby shell. Evaluate Ruby code read from stdin. More information: <https://ruby.github.io/irb/>.Solution
irb — Interactive Ruby shell. Evaluate Ruby code read from stdin. More information: <https://ruby.github.io/irb/>.Start the interactive shell:
irbCode Snippets
Start the interactive shell
irbContext
tldr-pages: common/irb
Revisions (0)
No revisions yet.