# File lib/flexmock.rb, line 301
301:     def ===(target)
302:       @block.call(target)
303:     end