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