Skip to content

Instantly share code, notes, and snippets.

@petscheit
Last active September 28, 2015 17:01
Show Gist options
  • Save petscheit/8cb167d5bee715516101 to your computer and use it in GitHub Desktop.
Save petscheit/8cb167d5bee715516101 to your computer and use it in GitHub Desktop.
new_instance = FamiliyMembers.new("Hans", 37)
# this creates a new instance of the the FamiliyMembers class with the arguments passed ("Hans", 37)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment