lib/basquiat/support/hash_refinements.rb in basquiat-1.3.0.pre.1 vs lib/basquiat/support/hash_refinements.rb in basquiat-1.3.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Basquiat
module HashRefinements
# @!method deep_merge
# Merges self with other_hash recursively
# @param other_hash [Hash] hash to be merged into self