Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
Check the version of Interactive Ruby : irb « Language Basics « Ruby
Ruby
Language Basics
irb
Check the version of Interactive Ruby
$ irb -v
Related examples in the same category
1.
Working with Ruby Interactively, start irb
2.
Enter your Ruby code at that prompt, such as puts "Hello from Ruby."
3.
You press the Enter key, irb evaluates your Ruby and gives you the result