Sha256: 35e36aec5fd5f2ebad66abf07d832dc3c9bcea9927a2f5e95d7584f945457339

Contents?: true

Size: 396 Bytes

Versions: 7

Compression:

Stored size: 396 Bytes

Contents

module SoberSwag
  module Reporting
    module Report
      ##
      # Output suitable to serialize an instance of {SoberSwag::Reporting::Report::Base} to
      # a nice key-value thing.
      Output = SoberSwag::Reporting::Output::Dictionary.of(
        SoberSwag::Reporting::Output::List.new(
          SoberSwag::Reporting::Output.text
        )
      ).via_map(&:path_hash)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sober_swag-0.25.2 lib/sober_swag/reporting/report/output.rb
sober_swag-0.25.1 lib/sober_swag/reporting/report/output.rb
sober_swag-0.25.0 lib/sober_swag/reporting/report/output.rb
sober_swag-0.24.1 lib/sober_swag/reporting/report/output.rb
sober_swag-0.24.0 lib/sober_swag/reporting/report/output.rb
sober_swag-0.23.0 lib/sober_swag/reporting/report/output.rb
sober_swag-0.22.0 lib/sober_swag/reporting/report/output.rb