Sha256: e46577bb196434740c1bae91f0e089839f55ca2e4ffedfdf6bd66baf75255a76
Contents?: true
Size: 272 Bytes
Versions: 16
Compression:
Stored size: 272 Bytes
Contents
module Support module ProjectPathMacro project_path = Pathname.new(__FILE__).expand_path project_path = project_path.dirname until project_path.join("Rakefile").exist? PROJECT_PATH = project_path def project_path PROJECT_PATH end end end
Version data entries
16 entries across 16 versions & 2 rubygems