module Phonelib::DataImporter

@private module processes creation of data files needed for this gem

Constants

REPO

official libphonenumber repo for cloning

Public Class Methods

import() click to toggle source

importing function

# File lib/phonelib/data_importer.rb, line 12
def self.import
  Importer.new
end