Sha256: cec9508c0b2173c1be5be5ee42b6db778f10c590644c73a193871092e08d0b84

Contents?: true

Size: 273 Bytes

Versions: 7

Compression:

Stored size: 273 Bytes

Contents

require 'shhh/app/output/base'
require 'shhh/app/output/file'
require 'shhh/app/output/stdout'
require 'shhh/app/output/noop'

module Shhh
  module App
    module Output
      def self.outputs
        Shhh::App::Output::Base.options_to_outputs
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shhh-1.7.0 lib/shhh/app/output.rb
shhh-1.6.5 lib/shhh/app/output.rb
shhh-1.6.4 lib/shhh/app/output.rb
shhh-1.6.3 lib/shhh/app/output.rb
shhh-1.6.2 lib/shhh/app/output.rb
shhh-1.6.1 lib/shhh/app/output.rb
shhh-1.5.4 lib/shhh/app/output.rb