# File lib/flexmock/argument_matchers.rb, line 76 76: def ===(target) 77: @methods.all? { |m| target.respond_to?(m) } 78: end