irb
Interactive Ruby shell. Evaluate Ruby code read from stdin. More information: <https://docs.ruby-lang.org/en/master/IRB.html>.
Install
- All systems
-
curl cmd.cat/irb.sh
- Debian
-
apt-get install ruby-irb - Ubuntu
-
apt-get install ruby-irb -
Alpine
-
apk add ruby-irb - Arch Linux
-
pacman -S ruby-irb - Kali Linux
-
apt-get install ruby-irb - CentOS
-
yum install ruby-irb - Fedora
-
dnf install ruby-irb - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ruby-irb - Raspbian
-
apt-get install ruby-irb - Docker
-
docker run cmd.cat/irb irbpowered by Commando
Interactive Ruby shell. Evaluate Ruby code read from stdin. More information: <https://docs.ruby-lang.org/en/master/IRB.html>.
-
Start the interactive shell:
irb
© tl;dr; authors and contributors