Ruby is an object oriented programming language which has grown in popularity mainly because of its association with the rails framework for developing web applications. In this entry, I intend to summarize some of the basic syntactical rules of Ruby.
1. Firstly everything is an object in Ruby
2. Local variables, method names start with small letters and the ones which have more than one word have underscore separating both the variables