lib/ext/string.rb in zipcoder-0.2.0 vs lib/ext/string.rb in zipcoder-0.3.0

- old
+ new

@@ -8,9 +8,13 @@ def city_info(**kwargs) Zipcoder.city_info self, **kwargs end + def cities(**kwargs) + Zipcoder.cities self, **kwargs + end + def to_zip self end end \ No newline at end of file