Sha256: 4acfd3ba388481db92a3e2d06a8adc076d6398d5a908f220a740d156783235d5
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
require 'table_print' module PactBroker module Client class Matrix class JsonFormatter def self.call(matrix_lines) JSON.pretty_generate(matrix: matrix_lines) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.8.0 | lib/pact_broker/client/matrix/json_formatter.rb |
pact_broker-client-1.7.0 | lib/pact_broker/client/matrix/json_formatter.rb |