Sha256: a7ceb4d85526bb8ffbb9de68c5dcba73c62d9fafcb29b1c7d20532d1ffd66b15

Contents?: true

Size: 167 Bytes

Versions: 1

Compression:

Stored size: 167 Bytes

Contents

module Separatum
  module Processors
    class Inspect
      def call(*array)
        array.each { |o| puts "#{o.inspect}" }
        array
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
separatum-0.1.0 lib/separatum/processors/inspect.rb