class PactBroker::Pacts::Parse
Public Class Methods
call(json)
click to toggle source
# File lib/pact_broker/pacts/parse.rb, line 7 def self.call(json) JSON.parse(json, PACT_PARSING_OPTIONS) end
# File lib/pact_broker/pacts/parse.rb, line 7 def self.call(json) JSON.parse(json, PACT_PARSING_OPTIONS) end