Method: Overcommit::HookLoader::Base#initialize
- Defined in:
- lib/overcommit/hook_loader/base.rb
#initialize(config, context, logger) ⇒ Base
Returns a new instance of Base.
7 8 9 10 11 |
# File 'lib/overcommit/hook_loader/base.rb', line 7 def initialize(config, context, logger) @config = config @context = context @log = logger end |