Created
January 12, 2014 03:30
-
-
Save benlieb/8380412 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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