Class: Jiminy::Reporting::Reporters::DryRunReporter

Inherits:
BaseReporter
  • Object
show all
Defined in:
lib/jiminy/reporting/reporters/dry_run_reporter.rb

Instance Method Summary collapse

Methods inherited from BaseReporter

#initialize

Constructor Details

This class inherits a constructor from Jiminy::Reporting::Reporters::BaseReporter

Instance Method Details

#report!Object



7
8
9
# File 'lib/jiminy/reporting/reporters/dry_run_reporter.rb', line 7

def report!
  $stdout.puts report_body
end