# Ruby constants begin with a capital letter. # This is a constant. # This style is recommended. # Upper case delimited by underscore distinguishes # a constants from a class. MY_CONSTANT = 1 # This is also a constant. # Camel case is used in this example. MyConstant = 2
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment