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