X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8671c137ab09e8b93444d8a56d4a72d70014bf9..9af32c9ad4c92e1132fc391965bc84defa5e9577:/lib/daemons/gpx_import_ctl diff --git a/lib/daemons/gpx_import_ctl b/lib/daemons/gpx_import_ctl index 00b3a00b3..495ce1fb1 100755 --- a/lib/daemons/gpx_import_ctl +++ b/lib/daemons/gpx_import_ctl @@ -6,7 +6,7 @@ require "erb" class Hash def with_symbols! - keys.each { |key| self[key.to_s.to_sym] = self[key] } + each_key { |key| self[key.to_s.to_sym] = self[key] } self end end