# File lib/rspec/matchers/be_kind_of.rb, line 18 def be_a_kind_of(expected) BeAKindOf.new(expected) end