Skip to content

Instantly share code, notes, and snippets.

@knzconnor
Forked from ymendel/gist:496384
Created July 28, 2010 21:33
Show Gist options
  • Save knzconnor/496391 to your computer and use it in GitHub Desktop.
Save knzconnor/496391 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