# File lib/flexmock/argument_matchers.rb, line 48
48:     def ===(target)
49:       @block.call(target)
50:     end