ruby@3.4

Powerful, clean, object-oriented scripting language

brewmacoslinux
Try with needOr install directly
Source

About

Powerful, clean, object-oriented scripting language

Commands

rubyerbirbrdocrake

Examples

Execute a Ruby script file$ ruby script.rb
Run Ruby code interactively in IRB shell$ irb
Execute inline Ruby code$ ruby -e 'puts "Hello, World!"'