Module: HitorigotoReporter

Defined in:
lib/hitorigoto_reporter/config.rb,
lib/hitorigoto_reporter/version.rb,
lib/hitorigoto_reporter/reporter.rb,
lib/hitorigoto_reporter/formatter.rb,
lib/hitorigoto_reporter/hitorigoto.rb

Defined Under Namespace

Classes: Config, Formatter, Hitorigoto, Reporter

Constant Summary collapse

VERSION =
"3.0.0"

Class Method Summary collapse

Class Method Details

.configurationObject



6
7
8
# File 'lib/hitorigoto_reporter/config.rb', line 6

def self.configuration
  @config ||= configure {}
end

.configure(&block) ⇒ Object



2
3
4
# File 'lib/hitorigoto_reporter/config.rb', line 2

def self.configure(&block)
  @config = Config::Builder.new(&block).build
end