Interactive Ruby Shell: Difference between revisions

Content deleted Content added
Implemented template
Infobox_Software
Line 1:
{{Infobox_Software
|name = Interactive Ruby Shell
|logo=
|screenshot =
|caption =
|developer =
|latest_release_version =
|latest_release_date =
|operating_system = [[Cross-platform]]
|genre = [[shell (computing)|shell]]
|license =
|website =
}}
 
'''Interactive Ruby Shell''' ('''IRB''') is a [[shell (computing)|shell]] for programming in the [[Object-oriented programming|object-oriented]] [[scripting language]] [[Ruby programming language|Ruby]]. IRB is run from the [[Command line interface|command line]] and allows the programmer to experiment with code in real time. It allows you to enter Ruby commands at the prompt and have the interpreter respond immediately. It features [[command history]], line editing capabilities, and [[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]].