# File lib/rspec/matchers.rb, line 260 def be_a_kind_of(expected) BuiltIn::BeAKindOf.new(expected) end