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



12
13
14
# File 'lib/phonelib/data_importer.rb', line 12

def self.import
  Importer.new
end