# File lib/mspec/matchers/be_kind_of.rb, line 21
21:   def be_kind_of(expected)
22:     BeKindOfMatcher.new(expected)
23:   end