Created
August 26, 2010 04:44
-
-
Save x0bandeira/550825 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyClass | |
attr :name #this will create a getter for this property | |
attr :hair_color, true #the _true_ parameter will enable a setter for this property | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment