# File lib/mspec/matchers/be_an_instance_of.rb, line 2
2:   def initialize(expected)
3:     @expected = expected
4:   end