- Interactive Ruby Shell
Infobox Software
name = Interactive Ruby Shell
logo =
caption =
developer =Keiju Ishitsuka
latest release version = 0.9.5
latest release date = release date|2007|02|13
operating system =Cross-platform
platform = Ruby interpreter
programming language = Ruby
genre = Ruby shell
license = [http://www.ruby-lang.org/en/about/license.txt/ Ruby License]GNU General Public License
website = http://www.ruby-lang.org/en/Interactive Ruby Shell (IRB) is a shell for programming in the object-oriented
scripting language Ruby. IRB is run from the 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 featurescommand history , line editing capabilities, and job control, and is able to communicate directly as ashell script over the Internet and interact with a live server. It was developed byKeiju Ishitsuka .Program usage: irb [ options ] [ "programfile" ] [ "argument..." ]
Example usage:
ee also
*
Comparison of computer shells External links
* [http://www.rubycentral.com/pickaxe/trouble.html "When Trouble Strikes"] chapter from "
Programming Ruby "
* [http://www.rubycentral.com/pickaxe/irb.html "Interactive Ruby Shell"] chapter from "Programming Ruby "
* [http://tryruby.hobix.com/ Try Ruby!] —An interactive tutorial and Ruby shell within your browser.
* [http://showmedo.com/videos/video?name=rubyLakeIrbCompletion Enabling Tab Completion in IRB]
Wikimedia Foundation. 2010.