From b9e782fe9870c4fbbd85e71838abb8d272543602 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 9 Sep 2014 11:07:20 -0600 Subject: [PATCH] Add question mark to question title --- ruby/README-content.md | 3 ++- ruby/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ruby/README-content.md b/ruby/README-content.md index 78dd869ae..b9fca09e9 100644 --- a/ruby/README-content.md +++ b/ruby/README-content.md @@ -1,4 +1,5 @@ -# What is Ruby +# What is Ruby? + Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management. diff --git a/ruby/README.md b/ruby/README.md index 75cd6b8c1..0d87098e3 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -1,4 +1,5 @@ -# What is Ruby +# What is Ruby? + Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.