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