# File lib/mspec/matchers/be_an_instance_of.rb, line 23
23:   def be_an_instance_of(expected)
24:     BeAnInstanceOfMatcher.new(expected)
25:   end