Sha256: 3981909eaea3f902510863b38dae611446d485c89e14af97f88bbd61bc0ae8b0

Contents?: true

Size: 339 Bytes

Versions: 218

Compression:

Stored size: 339 Bytes

Contents

module RSpec
  module Matchers
    module BuiltIn
      # @api private
      # Provides the implementation for `be_a_kind_of`.
      # Not intended to be instantiated directly.
      class BeAKindOf < BaseMatcher
      private

        def match(expected, actual)
          actual.kind_of? expected
        end
      end
    end
  end
end

Version data entries

218 entries across 197 versions & 61 rubygems

Version Path
color_me_shop-1.0.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
mrcooper-logstash-output-azuresearch-0.2.2 vendor/jruby/2.5.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
monero_wallet_gen-0.1.0 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
sb_prime_table-0.1.1 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
sb_prime_table-0.1.0 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.8 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.8 vendor/bundle/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.0.3.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.7 vendor/bundle/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
comiditaULL-0.1.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
comidita_ull-0.1.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
comidita_ull-0.1.0 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
cloudsmith-api-0.21.4 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb
dirwatch-0.0.6 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.7.0/lib/rspec/matchers/built_in/be_kind_of.rb