# File lib/flexmock/expectation.rb, line 101 101: def with(*args) 102: @expected_args = args 103: self 104: end