Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. Ruby is a pure Object-Oriented language. Ruby is dynamically typed and uses garbage collection and just-in-time compilation. More..
History:It was designed and developed in the mid-1990s by
Yukihiro "Matz" Matsumoto in Japan.
| Yukihiro Matsumoto |
Example:
hello world in Ruby Language
puts "Hello Ruby !"