# File lib/spec/matchers/be_instance_of.rb, line 39
    def be_instance_of(expected)
      BeInstanceOf.new(expected)
    end