RSpec::Matchers::BuiltIn::BaseMatcher
@api private Provides the implementation for `be_a_kind_of`. Not intended to be instantiated directly.
# File lib/rspec/matchers/built_in/be_kind_of.rb, line 10 def match(expected, actual) actual.kind_of? expected end