# File lib/flexmock/expectation.rb, line 259 259: def and_raise(exception, *args) 260: and_return { raise exception, *args } 261: end