CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Interactive Ruby Shell

Ruby Programming – Interactive shell

Once we installed Ruby, we will get one powerful command line interactive Ruby-programming environment called irb (Interactive Ruby). irb is a command line interpreter allowed to enter Ruby commands and instantly see the results in the environment itself. This is very useful when learning Ruby. In this article we will discuss about invoking ruby command-line interpreter, […]

Scroll to top