# File lib/flexmock/expectation.rb, line 113
113:     def with_any_args
114:       @expected_args = nil
115:       self
116:     end