Sha256: 2bb1d1fef5587af0c2078ea73e1d7ecaa17239e864394e45485059dbbf6f0c8d

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

# Encoding: utf-8

module ChemistryKit
  module Config
    # Simple logging configuration class to encapsulate logging settings in the same pattern
    # as others.
    class Reporting

      def path
        'evidence'
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chemistrykit-3.10.1 lib/chemistrykit/config/reporting.rb
chemistrykit-3.10.0 lib/chemistrykit/config/reporting.rb
chemistrykit-3.9.1 lib/chemistrykit/config/reporting.rb
chemistrykit-3.9.0 lib/chemistrykit/config/reporting.rb