Module: Avm::EacLatexBase0::Sources::Build::File::ChapterIndex

Defined in:
lib/avm/eac_latex_base0/sources/build/file/chapter_index.rb

Class Method Summary collapse

Class Method Details

.match?(subpath) ⇒ Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/avm/eac_latex_base0/sources/build/file/chapter_index.rb', line 10

def match?(subpath)
  ::File.basename(subpath) == 'index.tex'
end