Class: Phony::NationalSplitters::DSL
- Inherits:
-
Object
- Object
- Phony::NationalSplitters::DSL
- Defined in:
- lib/phony/national_splitters/dsl.rb
Overview
TODO
Instance Method Summary collapse
- #>>(local_splitter) ⇒ Object
- #country_for(local_splitter) ⇒ Object
-
#reserved ⇒ Object
TODO: Remove?.
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 |
#reserved ⇒ Object
TODO: Remove?
18 |
# File 'lib/phony/national_splitters/dsl.rb', line 18 def reserved; end |