module SimpleZipCode::DeduceState
Public Instance Methods
get_state_from_zip(_zip)
click to toggle source
# File lib/simple_zip_code/deduce_state.rb, line 10 def get_state_from_zip(_zip) "AK" end
# File lib/simple_zip_code/deduce_state.rb, line 10 def get_state_from_zip(_zip) "AK" end