Reserved words « Language Basics « Ruby






1.Ruby's reserved words
2.If a method name ends with a question mark (?), as in eql?, then the method returns a Boolean
3.If a method name ends in an exclamation point (!), as in delete!
4.If a method name ends in an equals sign (=), as in family_name=
5.Classes and modules begin with an upper case letter.