diff --git a/pages/common/ruby.md b/pages/common/ruby.md index 34d8bd3c30..90bd145efa 100644 --- a/pages/common/ruby.md +++ b/pages/common/ruby.md @@ -10,14 +10,14 @@ `ruby {{script.rb}}` -- Execute a single command in the command line +- Execute a single command in the command line: `ruby -e {{command}}` -- Check if the given Ruby script is written correctly (Syntax check) +- Check if the given Ruby script is written correctly (Syntax check): `ruby -c {{script.rb}}` -- Show the version of Ruby you are using +- Show the version of Ruby you are using: `ruby -v`