Ruby Interpreter Options & How to Use Them Correctly
A Ruby interpreter is a program that reads & runs Ruby code. But… Did you know that the default Ruby interpreter (MRI) has lots of interesting & useful command-line options? Like: ruby -v Which gives you the Ruby version you are using right now. Or the -e flag which allows you to run a bit … Read more