Ruby - Basics and Runtime
Why does running
ruby -e 'puts "Hello"' work without a script file?ruby -e 'puts "Hello"' work without a script file?-e option tells Ruby to execute the code string provided directly from the command line.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions