Module: Hakoy::RowNormalizer::GenerateUniqueId

Defined in:
lib/hakoy/row_normalizer.rb

Class Method Summary collapse

Class Method Details

.call(hash) ⇒ Object



6
7
8
# File 'lib/hakoy/row_normalizer.rb', line 6

def self.call(hash)
  hash.values.map(&:to_s).join
end