# File lib/rspec/matchers/be_instance_of.rb, line 18
    def be_an_instance_of(expected)
      BeAnInstanceOf.new(expected)
    end