class Protest::Reports::Stories

This report is based on Citrusbyte’s Stories, by Damian Janowski and Michel Martens.

Public Class Methods

new(stream=STDOUT) click to toggle source

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