module Interage::PhoneHelper

Public Instance Methods

format_phone(phone) click to toggle source
# File lib/interage/phone_helper.rb, line 7
def format_phone(phone)
  ParserPhone.call(phone)
end