Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/i18n_po_tools/core_ext/dotted_hash.rb

Instance Method Summary collapse

Instance Method Details

#explode(divider = '.') ⇒ Object



8
9
10
# File 'lib/i18n_po_tools/core_ext/dotted_hash.rb', line 8

def explode(divider = '.')
  Hash.explode(self, divider)
end

#implode(divider = '.') ⇒ Object



4
5
6
# File 'lib/i18n_po_tools/core_ext/dotted_hash.rb', line 4

def implode(divider = '.')
  Hash.implode(self, divider)
end