Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Last active November 9, 2021 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanckulp/d701fc5cf13cb226e082a48cf81ed000 to your computer and use it in GitHub Desktop.
Save ryanckulp/d701fc5cf13cb226e082a48cf81ed000 to your computer and use it in GitHub Desktop.
def create_full_name(first, last)
"#{first} #{last}"
end
full_name = create_full_name("Ryan", "Kulp")
name_length = full_name.length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment