Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created December 14, 2011 06:18
Show Gist options
  • Save brandon-beacher/1475483 to your computer and use it in GitHub Desktop.
Save brandon-beacher/1475483 to your computer and use it in GitHub Desktop.
if $~
PhoneNumber.new(
area_code: $1,
prefix: $2,
line_number: $3)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment