telefon
Formats a number into a US phone number (e.g: (555) 123-9876).
You can customize the format in the options hash.
Usage
require "telefon"
Telefon.convert(5551234)
Telefon.convert("5551234")
Telefon.convert(1235551234)
Telefon.convert(1235551234, area_code: true)
Telefon.convert(1235551234, delimiter: " ")
Telefon.convert(1235551234, area_code: true, extension: 555)
Telefon.convert(1235551234, country_code: 1)
Telefon.convert(1235551234, country_code: 1, extension: 1343, delimiter: '.')
Installation
$ gem install telefon