Samiksha Jaiswal (Editor)

Interactive Ruby Shell

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Keiju Ishitsuka

Operating system
  
Cross-platform

Type
  
Ruby shell

Written in
  
Ruby

Platform
  
Ruby interpreter

Interactive Ruby Shell

Stable release
  
0.9.6 / June 30, 2009 (2009-06-30)

Interactive Ruby Shell (IRB or irb) is a REPL for programming in the object-oriented scripting language Ruby. The abbreviation irb comes from the fact that the filename extension for Ruby is ".rb", although interactive Ruby files do not have an extension of ".irb". 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:

References

Interactive Ruby Shell Wikipedia


Similar Topics