Sha256: b4f8047600be67f428ecbb29790df657467db6d54d012a4c7b58ac5fc3c7c0ec

Contents?: true

Size: 115 Bytes

Versions: 4

Compression:

Stored size: 115 Bytes

Contents

module Hotcell
  class Joiner < Hotcell::Node
    def process context, *values
      values.join
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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