Created
January 18, 2011 00:19
-
-
Save keithpitty/783769 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
keithpitt = RubyHacker.with_attributes({ | |
performs_magic_tricks: true, | |
beard_profile: 'recently nearly removed it by accident', | |
perth_resident_status: 'recently moved there', | |
open_source_contributor_status: 'awesome' | |
}) | |
keithpitty = RubyHacker.with_attributes({ | |
performs_magic_tricks: false, | |
beard_profile: 'first grew a beard before keithpitt was born', | |
perth_resident_status: 'lived there before keithpitt was born', | |
open_source_contributor_status: 'occasional' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment