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