Module: MoreCoreExtensions::ArrayNested

Extended by:
Shared::Nested
Includes:
Shared::Nested
Defined in:
lib/more_core_extensions/core_ext/array/nested.rb

Instance Method Summary collapse

Methods included from Shared::Nested

delete_path, fetch_path, find_path, has_key_path?, store_path

Instance Method Details

#delete_blank_pathsObject



8
9
10
11
# File 'lib/more_core_extensions/core_ext/array/nested.rb', line 8

def delete_blank_paths
  self.each { |v| v.delete_blank_paths if v.respond_to?(:delete_blank_paths) }
  self.delete_blanks
end