Concept Flow - Running scripts with ruby command
Write Ruby script file
Open terminal/command line
Type: ruby filename.rb
Ruby interpreter reads file
Execute code line by line
Output results to terminal
Script ends
This flow shows how you write a Ruby script, run it using the ruby command in the terminal, and see the output.