1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Improve description of Ruby in README

Use improved description as suggested by Olivier Lacan (@olivierlacan),
see https://github.com/ruby/www.ruby-lang.org/pull/1888.
This commit is contained in:
Marcus Stollsteimer 2019-05-05 09:52:34 +02:00
parent 35ff4ed47f
commit 594a033ff0

View file

@ -5,9 +5,10 @@
# What's Ruby # What's Ruby
Ruby is the interpreted scripting language for quick and easy object-oriented Ruby is an interpreted object-oriented programming language often
programming. It has many features to process text files and to manage system used for web development. It also offers many scripting features
(as in Perl). It is simple, straight-forward, and extensible. to process plain text and serialized files, or manage system tasks.
It is simple, straightforward, and extensible.
## Features of Ruby ## Features of Ruby