Method: Mutant::Hooks::Builder#to_hooks

Defined in:
lib/mutant/hooks.rb

#to_hooksObject

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.



60
61
62
# File 'lib/mutant/hooks.rb', line 60

def to_hooks
  Hooks.new(map: @map.transform_values(&:freeze).freeze)
end