Ruby for PC

Ruby for Windows

v 2.6.1|Ruby-lang.org

Technical Details

Category
Desktop
Sub Category
Programming Languages
License
Free
Requirements
Windows 98, Windows Vista, Windows 2003, Windows 10, Windows 8, Windows XP, Windows 2000, Windows 7
Language
English
Author
Ruby-lang.org
Version
2.6.1
Size
10.04 MB

Screenshots

undefined screenshot 0undefined screenshot 1undefined screenshot 2

Ruby is an open-source programming language that allows for dynamic and flexible code. It focuses on simplicity and productivity. It is easy to read and write thanks to its elegant syntax.

Everything is an object in Ruby. Every bit of information, code, and code can have their own properties and actions. Instance variables are used to refer to properties in object-oriented programming. Methods are used for actions. Ruby's pure object-oriented approach can be best illustrated by a little code that applies an action on a number.