# File lib/librarian/source/path.rb, line 50
      def filesystem_path
        @filesystem_path ||= Pathname.new(path).expand_path(environment.project_path)
      end