module MoreCoreExtensions::HashNested
Public Instance Methods
delete_blank_paths()
click to toggle source
# File lib/more_core_extensions/core_ext/hash/nested.rb, line 8 def delete_blank_paths self.each_value { |v| v.delete_blank_paths if v.respond_to?(:delete_blank_paths) } self.delete_blanks end