Skip to content

Instantly share code, notes, and snippets.

@amkong
Created May 8, 2014 15:24
Show Gist options
  • Save amkong/e046b38bb32de18c7fe6 to your computer and use it in GitHub Desktop.
Save amkong/e046b38bb32de18c7fe6 to your computer and use it in GitHub Desktop.
Task 6 - Cities
states.each do |states, states_info|
cities_list = states_info[:cities]
if cities_list.include?(user_input)
puts states
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment