Sha256: f331219296c19dbcf44940b9b290ddb5d65c91760e819de49f0cad8553d77bab

Contents?: true

Size: 116 Bytes

Versions: 3

Compression:

Stored size: 116 Bytes

Contents

module Hotcell
  class Hasher < Hotcell::Node
    def process context, *values
      Hash[values]
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hotcell-0.3.0 lib/hotcell/node/hasher.rb
hotcell-0.2.0 lib/hotcell/node/hasher.rb
hotcell-0.1.0 lib/hotcell/node/hasher.rb