Skip to content

Instantly share code, notes, and snippets.

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