# File lib/librarian/environment.rb, line 135 def project_relative_path_to(path) Pathname.new(path).relative_path_from(project_path) end