Module: SimpleZipCode::DeduceState

Extended by:
DeduceState
Includes:
Contracts::Core
Included in:
DeduceState
Defined in:
lib/simple_zip_code/deduce_state.rb

Instance Method Summary collapse

Instance Method Details

#get_state_from_zip(_zip) ⇒ Object



10
11
12
# File 'lib/simple_zip_code/deduce_state.rb', line 10

def get_state_from_zip(_zip)
  "AK"
end