Sha256: f3e530a3323afd0d62d9cd21c803b9afa3ab3e7b3056ff405be16aa0eb174a30

Contents?: true

Size: 223 Bytes

Versions: 6

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Helpers
      module WrapMethod
        def wrap_method(...)
          Classes::WrapMethod.call(...)
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/rspec/helpers/wrap_method.rb
convenient_service-0.19.0 lib/convenient_service/rspec/helpers/wrap_method.rb
convenient_service-0.18.0 lib/convenient_service/rspec/helpers/wrap_method.rb
convenient_service-0.17.0 lib/convenient_service/rspec/helpers/wrap_method.rb
convenient_service-0.16.0 lib/convenient_service/rspec/helpers/wrap_method.rb
convenient_service-0.15.0 lib/convenient_service/rspec/helpers/wrap_method.rb