Interactive Ruby Shell: Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 4 interwiki links, now provided by Wikidata on d:q1632605 (Report Errors)
expanation of "IRB" as abbreviation for "Interactive Ruby Shell"
Line 16:
}}
 
'''Interactive Ruby Shell''' ('''IRB''' or '''irb''') is a [[shell (computing)|shell]] for programming in the [[Object-oriented programming|object-oriented]] [[scripting language]] [[Ruby (programming language)|Ruby]]. The abbreviation irb comes from the fact that the [[filename extension]] for Ruby is ".rb", although interactive Ruby files do not have an extension of ".irb". 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...'' ]