Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
'''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
Program usage:
|