Sha256: a74fb59c43e6f53ca4d6bef2abfbc75c53f2f80a99def48faa2606dd09fad95d

Contents?: true

Size: 124 Bytes

Versions: 46

Compression:

Stored size: 124 Bytes

Contents

unless ENV["TEST_LOGS"] == "true"
  module Pliny::Log
    def log(data, &block)
      block.call if block
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
pliny-0.3.0 template/spec/support/log.rb
pliny-0.2.1 template/spec/support/log.rb
pliny-0.2.0 template/spec/support/log.rb
pliny-0.1.0 template/spec/support/log.rb
pliny-0.0.4 template/spec/support/log.rb
pliny-0.0.3 template/spec/support/log.rb