Skip to content

Instantly share code, notes, and snippets.

@rafb43
Created August 26, 2010 04:46
Show Gist options
  • Select an option

  • Save rafb43/550827 to your computer and use it in GitHub Desktop.

Select an option

Save rafb43/550827 to your computer and use it in GitHub Desktop.
class MyClass
attr :name #this will create a getter for this property
attr_accessor :hair_color #this will create a getter and setter for this property
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment