Sha256: 6f97024c7b461d17724bea5a6c13b24750c2c33f99de147d76e0fd2a8c9baf70

Contents?: true

Size: 228 Bytes

Versions: 5

Compression:

Stored size: 228 Bytes

Contents

# standard:disable Style/StderrPuts
module WarningSigns
  module Behavior
    class Stderr < Base
      def emit
        formatted_message.each { $stderr.puts(_1) }
      end
    end
  end
end
# standard:enable Style/StderrPuts

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
warning_signs-0.7.2 lib/warning_signs/behavior/stderr.rb
warning_signs-0.7.1 lib/warning_signs/behavior/stderr.rb
warning_signs-0.7.0 lib/warning_signs/behavior/stderr.rb
warning_signs-0.6.1 lib/warning_signs/behavior/stderr.rb
warning_signs-0.6.0 lib/warning_signs/behavior/stderr.rb