Method: Mutant::Hooks::Builder#initialize

Defined in:
lib/mutant/hooks.rb

#initializeBuilder

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Builder.



48
49
50
# File 'lib/mutant/hooks.rb', line 48

def initialize
  @map = DEFAULTS.transform_values(&:dup)
end