This report is based on Citrusbyte's Stories, by Damian Janowski and Michel Martens.
Set the stream where the report will be written to. STDOUT by default.
# File lib/protest/reports/stories.rb, line 11 def initialize(stream=STDOUT) @stream = stream end