Ruby (programming language): Difference between revisions

Content deleted Content added
Lupinoid (talk | contribs)
m fix ja:
Change "hold" to "holds"
Line 21:
* Distributed under an [[open source]] licence ([[GNU General Public Licence|GPL]] or [[Artistic Licence|Artistic]]).
 
Ruby is purely object-oriented: every bit of data is an object, even basic types. Every function is a method. This is similar to Smalltalk but unlike [[Java programming language|Java]] and Python. With a few exceptions, every name (variable) in a Ruby program holdholds a reference to an object, not the object itself.
 
The language was created by [[Yukihiro Matsumoto]] on February 24, 1993. The