Sha256: bc2a471214d96d81711a1ec1ac4c809f07ad01b06daf4d22d29ea3af8f43ed15

Contents?: true

Size: 179 Bytes

Versions: 4

Compression:

Stored size: 179 Bytes

Contents

module Climatic
  module Logger

    module Wrapper
      def puts_and_logs(*args)
        puts *args if Climatic.config[:verbose]
        info(*args)
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
climatic-0.2.29 lib/climatic/logger/wrapper.rb
climatic-0.2.28 lib/climatic/logger/wrapper.rb
climatic-0.2.27 lib/climatic/logger/wrapper.rb
climatic-0.2.26 lib/climatic/logger/wrapper.rb