Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created July 28, 2010 21:31
Show Gist options
  • Save ymendel/496384 to your computer and use it in GitHub Desktop.
Save ymendel/496384 to your computer and use it in GitHub Desktop.
def address(separator)
"#{billing_address1}#{separator}#{billing_address2}#{separator}#{billing_city}#{separator}#{billing_state} #{billing_zip}#{separator}#{billing_phone}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment