Content deleted Content added
Newslinger (talk | contribs) m Use Free and open-source software portal name (via WP:JWB) |
Better methinks Tags: Mobile edit Mobile web edit |
||
Line 17:
}}
'''Interactive Ruby Shell''' ('''IRB''' or '''irb''') is a [[REPL]] for programming in the [[Object-oriented programming|object-oriented]] [[scripting language]] [[Ruby (programming language)|Ruby]]. The abbreviation ''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]].
|