Class: Flexite::Data::Hash

Inherits:
Hashie::Mash
  • Object
show all
Extended by:
Hashie::Extensions::DeepMerge
Defined in:
app/services/flexite/data/hash.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHash

Returns a new instance of Hash.



4
5
6
# File 'app/services/flexite/data/hash.rb', line 4

def initialize(*)
  super { |h, k| h[k] = {} }
end

Class Method Details

.nameObject



8
9
10
# File 'app/services/flexite/data/hash.rb', line 8

def self.name
  ::Hash.name
end