Module: Phonelib::DataImporter

Defined in:
lib/phonelib/data_importer.rb

Defined Under Namespace

Classes: Importer

Constant Summary collapse

REPO =

official libphonenumber repo for cloning

'https://github.com/googlei18n/libphonenumber.git'

Class Method Summary collapse

Class Method Details

.importObject

importing function



14
15
16
# File 'lib/phonelib/data_importer.rb', line 14

def self.import
  Importer.new
end