Ruby - Basics and Runtime
You want to run a Ruby script
server.rb with debugging enabled using the -r debug option. Which command is correct?server.rb with debugging enabled using the -r debug option. Which command is correct?-r option loads a library before running the script.ruby -r debug server.rb to load debug before running.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions