# File lib/flexmock/expectation.rb, line 157 157: def with_any_args 158: @expected_args = nil 159: self 160: end