Pages

Wednesday, December 15, 2010

Started project in Ruby

 hi today learning in  basic concepts of ruby

today i got nice experience in ruby , ruby is simple and powerful language it is light weight than other languages

it is elegant among all languages

learning few examples in ruby

to test whether we installed ruby or not in our machine just type the following commands

ruby -v

it shows the ruby version u installed in machine

to print the content in ruby

puts"welcome to the learning ruby  world "

comments in ruby
#---------------------this symbol denotes the comment in ruby
#this is  a ruby way of commenting

No comments:

Post a Comment