ast

100% pure-Java implementation of Ruby

Install

All systems
curl cmd.cat/ast.sh
Debian Debian
apt-get install jruby
Ubuntu
apt-get install jruby
Alpine
apk add jruby
Arch Arch Linux
pacman -S jruby
image/svg+xml Kali Linux
apt-get install jruby
Fedora
dnf install jruby
Windows (WSL2)
sudo apt-get update sudo apt-get install jruby
OS X
brew install jruby
Raspbian
apt-get install jruby
Docker
docker run cmd.cat/ast ast powered by Commando

jruby

100% pure-Java implementation of Ruby

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language). JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the Ruby Standard Libraries. The standard libraries are mostly Ruby's own complement of ".rb" files, but a few that depend on C language-based extensions have been reimplemented. Some are still missing, but JRuby hopes to implement as many as is feasible.

logstash

Tool for managing events and logs