Module: LeakStopper

Defined in:
lib/leak_stopper.rb

Class Method Summary collapse

Class Method Details

.configurationObject



18
19
20
# File 'lib/leak_stopper.rb', line 18

def self.configuration
  @configuration ||= LeakStopper::Config.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



12
13
14
15
16
# File 'lib/leak_stopper.rb', line 12

def self.configure

  yield configuration if block_given?

end