irb
Goals
Step 1
Type this in the terminal:irbExpected result:irb: line 001 >Expected result:irb: line 002 > irb: line 003 > irb: line 004 >
Step 2
Type this in irb:exit
Step 3
Type this in the terminal:irbType this in irb:pwdExpected result:NameError: undefined local variable or method `pwd' for main:Object from (irb):1 from /usr/bin/irb:12:in `<main>'
Step 4
Type this in irb:5 + 9 109 / 17 2 ** 8 5 > 6
Step 5
Type this in irb:1 + 2Expected result:1.9.3p125 :015 > 1 + 2 => 3 1.9.3p125 :016 >
Explanation
Next Step:
Go on to Running Programs From A File