Module: MintReporter
- Defined in:
- lib/mint_reporter.rb,
lib/mint_reporter/engine.rb,
lib/mint_reporter/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.7"
Class Method Summary collapse
Class Method Details
.config {|@@config| ... } ⇒ Object
10 11 12 13 14 |
# File 'lib/mint_reporter.rb', line 10 def self.config(&block) @@config ||= MintReporter::Engine::Configuration.new yield @@config if block @@config end |