module Jekyll::AsciiDoc::Utils
Constants
- MessageTopic
- NewLine
Public Instance Methods
has_front_matter?(dlg_method, asciidoc_ext_re, path)
click to toggle source
# File lib/jekyll-asciidoc/utils.rb, line 7 def has_front_matter? dlg_method, asciidoc_ext_re, path (::File.extname path) =~ asciidoc_ext_re ? true : (dlg_method.call path) end