/* call-seq: * session.interrupt -> session * * Interrupt any currently executing request. This will cause the current * request to error and raise an exception. */ static VALUE session_interrupt(VALUE self) {