class Phony::NationalSplitters::DSL

TODO

Public Instance Methods

>>(local_splitter) click to toggle source
# File lib/phony/national_splitters/dsl.rb, line 11
def >> local_splitter
  country_for local_splitter
end
country_for(local_splitter) click to toggle source
# File lib/phony/national_splitters/dsl.rb, line 17
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 23
def reserved

end