Interpreted language.
If you are running a Linux or Unix distro it will be in the standard repos
- Ubuntu / Debian
sudo apt-get install ruby -y
- Redhat
sudo yum install ruby -y
# source in fn.rb
# run
ruby fn.rb
# &/or if interp designator used: #!/usr/bin/ruby
./fn.rb