Class: PactBroker::Client::Matrix::JsonFormatter
- Inherits:
-
Object
- Object
- PactBroker::Client::Matrix::JsonFormatter
- Defined in:
- lib/pact_broker/client/matrix/json_formatter.rb
Class Method Summary collapse
Class Method Details
.call(matrix) ⇒ Object
7 8 9 |
# File 'lib/pact_broker/client/matrix/json_formatter.rb', line 7 def self.call(matrix) JSON.pretty_generate(matrix) end |