Sha256: f304431ee6f49d90252f60d73fb9f0e689cf01289261aca02b4fb164b9ab9e2b
Contents?: true
Size: 154 Bytes
Versions: 167
Compression:
Stored size: 154 Bytes
Contents
require 'pathname' module PactBroker def self.project_root @project_root ||= Pathname.new(File.expand_path('../../../',__FILE__)).freeze end end
Version data entries
167 entries across 167 versions & 1 rubygems