module Rutema::Reporters

Rutema supports two kinds of reporters.

Block (from en bloc) reporters receive data via the report() method at the end of a Rutema run while event reporters receive events continuously during a run via the update() method

Nothing prevents you from creating a class that implements both behaviours