Ruby gem for encapsulating business use cases as small classes, with an 'interactor organizer' to run steps in order and a rollback mechanism. Ivan Nemytchenko describes himself as a former huge fan, but demonstrates that after stripping away the unimportant structure, a multi-class interactor scenario he had written collapsed into a simple four-line method, leading him to prefer plain class methods over the interactor gem.