hexwind@hexwind-desktop:~$ cd devrub/
hexwind@hexwind-desktop:~/devrub$ ls
mixup.rb mixup.rb~ varass.rb varass.rb~
hexwind@hexwind-desktop:~/devrub$ clear
hexwind@hexwind-desktop:~/devrub$ gedit mixup.rb
hexwind@hexwind-desktop:~/devrub$ ruby mixup.rb
15.0
99.999
99
5
0
0.0
stringy
3
hexwind@hexwind-desktop:~/devrub$ clear
hexwind@hexwind-desktop:~/devrub$ input.rb
input.rb: command not found
hexwind@hexwind-desktop:~/devrub$ clear
hexwind@hexwind-desktop:~/devrub$ gedit input.rb
hexwind@hexwind-desktop:~/devrub$ ruby input.rb
heavy metal a way of life man - said a stupid kid.
heavy metal a way of life man - said a stupid kid.
hexwind@hexwind-desktop:~/devrub$ gedit input.rb
hexwind@hexwind-desktop:~/devrub$ ruby input.rb
input.rb:3: syntax error, unexpected tSTRING_BEG, expecting kDO or '{' or '('
puts 'oh the integer is ' + x '!!!'
^
hexwind@hexwind-desktop:~/devrub$ gedit input.rb
hexwind@hexwind-desktop:~/devrub$ ruby input.rb
Please enter an integer
46
oh the integer is 46!!!
hexwind@hexwind-desktop:~/devrub$
hexwind@hexwind-desktop:~/devrub$ clear
hexwind@hexwind-desktop:~/devrub$ gedit greeting.rb
hexwind@hexwind-desktop:~/devrub$ ruby greeting.rb
Name :
Mohamed
Last name :
Turki
Middle Name :
Toutou
Greetings mister MohamedToutouTurki

hexwind@hexwind-desktop:~/devrub$ clear
hexwind@hexwind-desktop:~/devrub$ ruby greeting.rb