Sha256: 0b7c6f2b9a88a87a977fb0dd8df9952113e5b67e30b1f1627ceb3f10c2286d7d

Contents?: true

Size: 174 Bytes

Versions: 3

Compression:

Stored size: 174 Bytes

Contents

module Shhh
  module App
    module Output
      class Stdout < File
        def output_proc
          ->(argument) { puts argument }
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shhh-1.4.1 lib/shhh/app/output/stdout.rb
shhh-1.4.0 lib/shhh/app/output/stdout.rb
shhh-1.3.0 lib/shhh/app/output/stdout.rb