# File lib/flexmock/expectation.rb, line 152
152:     def with(*args)
153:       @expected_args = args
154:       self
155:     end