Class: Loggun::Modifiers::Clockwork

Inherits:
Base
  • Object
show all
Defined in:
lib/loggun/modifiers/clockwork.rb

Instance Method Summary collapse

Methods inherited from Base

#config, use

Instance Method Details

#applyObject



11
12
13
14
15
# File 'lib/loggun/modifiers/clockwork.rb', line 11

def apply
  return unless defined?(::Clockwork)

  ::Clockwork.configure {}
end