Interactive Ruby Shell
Encyclopedia
Interactive Ruby Shell is a shell
for programming in the object-oriented
scripting language
Ruby. The program is launched from a 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, 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... ]
Example usage:
Shell (computing)
A shell is a piece of software that provides an interface for users of an operating system which provides access to the services of a kernel. However, the term is also applied very loosely to applications and may include any software that is "built around" a particular component, such as web...
for programming in the object-oriented
Object-oriented programming
Object-oriented programming is a programming paradigm using "objects" – data structures consisting of data fields and methods together with their interactions – to design applications and computer programs. Programming techniques may include features such as data abstraction,...
scripting language
Scripting language
A scripting language, script language, or extension language is a programming language that allows control of one or more applications. "Scripts" are distinct from the core code of the application, as they are usually written in a different language and are often created or at least modified by the...
Ruby. The program is launched from a command line and allows the execution of Ruby commands with immediate response, experimenting in real-time. It features command history
Command History
Command history is a feature in many operating system shells, computer algebra programs, and other software that allows the user to recall, edit and rerun previous commands....
, line editing capabilities, and job control, and is able to communicate directly as a shell script
Shell script
A shell script is a script written for the shell, or command line interpreter, of an operating system. It is often considered a simple domain-specific programming language...
over the Internet and interact with a live server. It was developed by Keiju Ishitsuka.
Program usage:
irb [ options ] [ programfile ] [ argument... ]
Example usage: