Skip to content

Instantly share code, notes, and snippets.

@keithpitty
Created January 18, 2011 00:19
Show Gist options
  • Save keithpitty/783769 to your computer and use it in GitHub Desktop.
Save keithpitty/783769 to your computer and use it in GitHub Desktop.
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