Skip to content

Instantly share code, notes, and snippets.

@adayag
Last active January 2, 2016 08:39
Show Gist options
  • Save adayag/8277973 to your computer and use it in GitHub Desktop.
Save adayag/8277973 to your computer and use it in GitHub Desktop.
def make_address (street, city, state, zip)
return "You live at "+ street +" in the beautiful city of "+ city +", "+ state +". Your zip is "+ zip.to_s +"."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment