# File lib/rspec/matchers.rb, line 240 def be_an_instance_of(expected) BuiltIn::BeAnInstanceOf.new(expected) end