for some reason I\'m getting
NameError: undefined local variable or method `states\' for main:Object
though states is clearly defined. What
states and cities are not defined in the function pass them in like
def describe_state state, states, cities .. end puts describe_state :CA, states, cities
will work