# File lib/flexmock.rb, line 358
358:     def ===(target)
359:       @block.call(target)
360:     end