Skip to content

Instantly share code, notes, and snippets.

@notch8-old
Created July 3, 2012 19:17
Show Gist options
  • Save notch8-old/3042122 to your computer and use it in GitHub Desktop.
Save notch8-old/3042122 to your computer and use it in GitHub Desktop.
def name
- first_name + " " + last_name
+ "#{first_name} #{last_name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment