From 7754dfcda54c0eb96c75e65876585fde6154d4dc Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Tue, 14 Nov 2017 16:44:00 +0100 Subject: [PATCH] Add colon to example descriptions --- pages/common/ruby.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`