# File lib/dm-core/model/hook.rb, line 86
        def initialize(model, method)
          @model, @method = model, method.to_sym
        end