Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created January 12, 2014 03:30
Show Gist options
  • Save benlieb/8380412 to your computer and use it in GitHub Desktop.
Save benlieb/8380412 to your computer and use it in GitHub Desktop.
# fax.extension= looks nicer than fax.qualifier
def extension=(ext)
write_attribute(:qualifier, ext)
end
# fax.extension looks nicer than fax.qualifier
def extension
read_attribute(:qualifier)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment