# File lib/flexmock/expectation.rb, line 147 147: def match_args(args) 148: ArgumentMatching.all_match?(@expected_args, args) 149: end