# File lib/flexmock/expectation.rb, line 145 145: def with(*args) 146: @expected_args = args 147: self 148: end