Sha256: 2dbeff2bd407f71f586af669406396a5a9cdc50ceb8fd74816ed31b139d8cb36
Contents?: true
Size: 465 Bytes
Versions: 107
Compression:
Stored size: 465 Bytes
Contents
# frozen_string_literal: true module Avm module EacWritingsBase0 class FileBuild module ChapterIndex class << self def match?(subpath) ::File.basename(subpath) == 'index.tex' end end private def target_subpath ::Avm::EacWritingsBase0::ProjectBuild.chapter_filename( File.basename(File.dirname(subpath)) ) + '.tex' end end end end end
Version data entries
107 entries across 107 versions & 2 rubygems