Class: Postal::Expand

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_postal/expand.rb

Class Method Summary collapse

Class Method Details

.expand_address(address, options = {}) ⇒ Object



5
6
7
# File 'lib/ruby_postal/expand.rb', line 5

def self.expand_address(address, options={})
    CExpand.expand_address address, options
end