Content deleted Content added
m markup view is better than log view for COPYING file |
m Redirect bypass from Ruby programming language to Ruby (programming language) using popups |
||
Line 9:
| latest release date = {{release date|2007|02|13}}
| operating system = [[Cross-platform]]
| platform = [[Ruby (programming language)|Ruby interpreter]]
| programming language = [[Ruby (programming language)|Ruby]]
| genre = [[Ruby (programming language)|Ruby]] [[shell (computing)|shell]]
| license = [http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/COPYING?view=markup Ruby License]<br />[[BSD licenses|BSD License]]
Line 16:
}}
'''Interactive Ruby Shell''' ('''IRB''') is a [[shell (computing)|shell]] for programming in the [[Object-oriented programming|object-oriented]] [[scripting language]] [[Ruby (programming language)|Ruby]]. The program is launched from a [[Command line interface|command line]] and allows the execution of Ruby commands with immediate response, experimenting in real-time. It features [[command history]], line editing capabilities, and [[job control (Unix)|job control]], and is able to communicate directly as a [[shell script]] over the Internet and interact with a live server. It was developed by [[Keiju Ishitsuka]].
Program usage:
irb [ options ] [ ''programfile'' ] [ ''argument...'' ]
|