You are on page 1of 1

Last login: Sun Aug 30 19:39:02 on ttys000

aldrich-cherrys-macbook-pro:~ AC$ ./configure


-bash: ./configure: No such file or directory
aldrich-cherrys-macbook-pro:~ AC$ cd/Users/AC/Downloads/ruby-1.9.1-p243.tar
-bash: cd/Users/AC/Downloads/ruby-1.9.1-p243.tar: No such file or directory
aldrich-cherrys-macbook-pro:~ AC$ irb
>> hello world
NameError: undefined local variable or method `world' for main:Object
from (irb):1
>> "hello world"
=> "hello world"
>> put "hello World"
NoMethodError: undefined method `put' for main:Object
from (irb):3
>> 3-2
=> 1
>> A = 3**2
=> 9
>> B = 4**2
=> 16
>> MATH.SQRT(A+B)
NameError: uninitialized constant MATH
from (irb):7
>> SQRT(A+B)
NoMethodError: undefined method `SQRT' for main:Object
from (irb):8
>>
Working with Ruby on a MAC
Aldrich Cherry

You might also like