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