# File lib/flexmock/argument_matchers.rb, line 89
89:     def ===(target)
90:       ArgumentMatching.missing?(target) || Proc === target
91:     end