# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module SingletonPrependModule
        def singleton_prepend_module(...)
          Custom::SingletonPrependModule.new(...)
        end
      end
    end
  end
end