SyntaxFix
Write A Post
Hire A Developer
Questions
If Ruby is installed, then
ruby yourfile.rb
where yourfile.rb is the file containing the ruby code.
yourfile.rb
Or
irb
to start the interactive Ruby environment, where you can type lines of code and see the results immediately.