Skip to content

Instantly share code, notes, and snippets.

@gareth
Created September 2, 2009 09:59
Show Gist options
  • Save gareth/179637 to your computer and use it in GitHub Desktop.
Save gareth/179637 to your computer and use it in GitHub Desktop.
[:user, :crypted_password, :uid, :gid, :homedir, :mail_dir, :options, :quota].each do |attribute|
define_method attribute do
@attributes[attribute]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment