IRB in ruby means?

what does IRB stands for and what is its purpose in ruby?

···

--
Posted via http://www.ruby-forum.com/.

Interactive ruby shell. Its read-evaluate-print loop, so can write ruby interactively. Immensely helpful for everyday hacks and testing stuff out.

···

On 06/01/12 12:39 PM, sathish babu wrote:

what does IRB stands for and what is its purpose in ruby?

Venkatakrishnan Ganesh wrote in post #1039667:

Interactive ruby shell. Its read-evaluate-print loop, so can write ruby
interactively. Immensely helpful for everyday hacks and testing stuff
out.

Ruby (programming language) - Wikipedia

...which would have been the first hit you would have got if you had
typed "ruby irb" into Google.

···

--
Posted via http://www.ruby-forum.com/\.