thecodecrate / city-state

Simple ruby gem to create form lists with cities and states
MIT License
306 stars 135 forks source link

Passing nil to CS.states returns unexpected value #24

Open brunofacca opened 7 years ago

brunofacca commented 7 years ago

Passing nil as an argument to the CS.statesmethod returns {:V=>"Iles du Vent"}. It should probably return an empty hash.