Skip to content

Instantly share code, notes, and snippets.

@saulius
Created March 21, 2010 19:43
Show Gist options
  • Save saulius/339515 to your computer and use it in GitHub Desktop.
Save saulius/339515 to your computer and use it in GitHub Desktop.
class User
def initialize(attributes = {})
@username, @password = attributes.values_at(:username, :password)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment