Skip to content

Instantly share code, notes, and snippets.

@mikedao
Created March 30, 2016 15:14
Show Gist options
  • Save mikedao/9b660c0cb3e75c04299e208f508f8bf0 to your computer and use it in GitHub Desktop.
Save mikedao/9b660c0cb3e75c04299e208f508f8bf0 to your computer and use it in GitHub Desktop.
* Create a student.
* They should have a name.
* They should have a house.
* They should have a method called #name that prints to screen, "Hello, my name is name and I'm in house"
* They should have a method that returns (your choice of spell"
* Add a method called get_points that adds a number of points as an argument.
* Add a method called points that tells us how many points the student has.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment