# File lib/dm-core/support/hook.rb, line 207
      def registered_as_hook?(target_method, scope)
        ! hooks_with_scope(scope)[target_method].nil?
      end