Class: Phony::NationalSplitters::DSL

Inherits:
Object
  • Object
show all
Defined in:
lib/phony/national_splitters/dsl.rb

Overview

TODO

Direct Known Subclasses

Default, Fixed

Instance Method Summary collapse

Instance Method Details

#>>(local_splitter) ⇒ Object



8
9
10
# File 'lib/phony/national_splitters/dsl.rb', line 8

def >>(local_splitter)
  country_for local_splitter
end

#country_for(local_splitter) ⇒ Object



12
13
14
# File 'lib/phony/national_splitters/dsl.rb', line 12

def country_for(local_splitter)
  Phony::Country.new Phony::NationalCode.new(self, local_splitter)
end

#reservedObject

TODO: Remove?



18
# File 'lib/phony/national_splitters/dsl.rb', line 18

def reserved; end