lib/koine/attributes/hash_helper.rb in koine-attributes-1.2.3 vs lib/koine/attributes/hash_helper.rb in koine-attributes-1.2.4
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Koine
module Attributes
class HashHelper
def symbolize_keys(hash)
{}.tap do |new_hash|