Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Last active November 9, 2021 01:18
Show Gist options
  • Save ryanckulp/7fbf0ab84529457d6fcd47c2c89722b9 to your computer and use it in GitHub Desktop.
Save ryanckulp/7fbf0ab84529457d6fcd47c2c89722b9 to your computer and use it in GitHub Desktop.
def create_full_name(first, last)
"#{first} #{last}"
end
name_length = create_full_name("Ryan", "Kulp").length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment