Sha256: dbe6d4a9f8535aa1084359c73e3042b2f0b089f8dbff67adc75e060aebb30bcb
Contents?: true
Size: 1.07 KB
Versions: 10
Compression:
Stored size: 1.07 KB
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Matchers module Custom class DelegateTo module Entities class Matcher module Entities module Chainings module Values class Base ## # @return [ConvenientService::RSpec::Matchers::Custom::DelegateTo] # attr_reader :matcher ## # @return [Object] Can be any type. # attr_reader :value ## # @param matcher [ConvenientService::RSpec::Matchers::Custom::DelegateTo] # @return [void] # def initialize(matcher:) @matcher = matcher end end end end end end end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems