HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

irb — Interactive Ruby shell. Evaluate Ruby code read from `stdin`. More information: <https://ruby.github

Submitted by: @import:tldr-pages··
0
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:
irb

Code Snippets

Start the interactive shell

irb

Context

tldr-pages: common/irb

Revisions (0)

No revisions yet.