Sha256: 51df804b24e267b85cf4361949ce38c94fcbb54a0132a3181d4ae3d40f8ed6b4

Contents?: true

Size: 231 Bytes

Versions: 17

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module PrependModule
        def prepend_module(...)
          Custom::PrependModule.new(...)
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
convenient_service-0.14.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.13.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.12.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.11.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.10.1 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.10.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.9.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.8.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.7.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.6.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.5.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.4.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.3.1 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.3.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.2.1 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.2.0 lib/convenient_service/rspec/matchers/prepend_module.rb
convenient_service-0.1.0 lib/convenient_service/rspec/matchers/prepend_module.rb