Sha256: b2ecd3a59b3a2c482dd6b41cfa5ca1440ff14b653b748d79a9a2e7975974ae94

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

# frozen_string_literal: true

module Jiminy
  module Reporting
    module Reporters
      class DryRunReporter < BaseReporter
        def report!
          $stdout.puts report_body
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jiminy-0.4.0 lib/jiminy/reporting/reporters/dry_run_reporter.rb
jiminy-0.3.0 lib/jiminy/reporting/reporters/dry_run_reporter.rb
jiminy-0.2.0 lib/jiminy/reporting/reporters/dry_run_reporter.rb
jiminy-0.1.1 lib/jiminy/reporting/reporters/dry_run_reporter.rb
jiminy-0.1.0 lib/jiminy/reporting/reporters/dry_run_reporter.rb
jiminy-0.1.0.pre1 lib/jiminy/reporting/reporters/dry_run_reporter.rb