what does IRB stands for and what is its purpose in ruby?
···
--
Posted via http://www.ruby-forum.com/.
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.
...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/\.