class Phony::NationalSplitters::DSL

TODO

Public Instance Methods

>>(local_splitter) click to toggle source
# File lib/phony/national_splitters/dsl.rb, line 8
def >>(local_splitter)
  country_for local_splitter
end
country_for(local_splitter) click to toggle source
# File lib/phony/national_splitters/dsl.rb, line 12
def country_for(local_splitter)
  Phony::Country.new Phony::NationalCode.new(self, local_splitter)
end
reserved() click to toggle source

TODO: Remove?

# File lib/phony/national_splitters/dsl.rb, line 18
def reserved; end