Sha256: aaf7f50bed0b141c7f151486e1f672885758d92ca66d9aabb7549b717a00d357
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true module DevSuite module Performance class Config include Utils::ConfigTools::Configuration attr_reader :reportor def initialize(reportor: :simple) @reportor = Reportor.create(reportor) freeze # Make the instance of this class immutable end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dev_suite-0.2.2 | lib/dev_suite/performance/config.rb |
dev_suite-0.2.1 | lib/dev_suite/performance/config.rb |