Skip to content

Instantly share code, notes, and snippets.

@heftig
Forked from denysonique/gist:2307405
Created April 5, 2012 02:04
Show Gist options
  • Save heftig/2307414 to your computer and use it in GitHub Desktop.
Save heftig/2307414 to your computer and use it in GitHub Desktop.
attr_writer :full_name
def full_name
@full_name || "#{@first_name} #{@last_name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment