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
hatena_bookmark_client_for_ruby-0.1.3 vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
hatena_bookmark_client_for_ruby-0.1.2 vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
hatena_bookmark_client_for_ruby-0.1.0 vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.13 vendor/bundle/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.12.1 vendor/bundle/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
pomodorokun-0.1.0 bundle/ruby/2.4.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
opal-rspec-0.7.1 rspec-expectations/upstream/lib/rspec/matchers/built_in/be_kind_of.rb
opal-rspec-0.7.0 rspec-expectations/upstream/lib/rspec/matchers/built_in/be_kind_of.rb
xaiml-0.1.3 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/be_kind_of.rb
alimentos-alu0100945645-0.1.0 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
alimentos-alu0100945645-1.0.0 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
xaiml-0.1.2 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.11 vendor/bundle/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
tdiary-5.0.11 vendor/bundle/gems/rspec-expectations-3.8.0/lib/rspec/matchers/built_in/be_kind_of.rb
embulk-input-druginfo_interview_form-0.1.0 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
embulk-input-druginfo_interview_form-0.1.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.2/lib/rspec/matchers/built_in/be_kind_of.rb
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb