What does irb stand for?
Answer Posted / Jogendra
IRB stands for Interactive Ruby Shell. It is a read–eval–print loop (REPL) for the Ruby programming language.
Post New Answer View All Answers
Tell me the role of modules and mixins in ruby?
2