First post on Ruby Tips
Welcome to Ruby Tips. This Website is dedicated to the most beautiful programming language on earth - Ruby Language. Like any programming book, I will start this site by writing a “Hello World” program in Ruby.
puts "Hello World"
Can it be any simpler?
Ruby is a reflective, dynamic, object-oriented programming language. Ruby programs are intuitive, yet highly compact. Many call it as “programmer’s best friend”.