# File lib/flexmock/expectation.rb, line 164
164:     def with_any_args
165:       @expected_args = nil
166:       self
167:     end