class Phony::NationalSplitters::DSL
TODO
Public Instance Methods
Source
# File lib/phony/national_splitters/dsl.rb, line 8 def >>(local_splitter) country_for local_splitter end
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
Source
# File lib/phony/national_splitters/dsl.rb, line 18 def reserved; end
TODO: Remove?