Module: Jekyll::WebmentionIO::Config::HtmlProofer
- Defined in:
- lib/jekyll/config.rb
Constant Summary collapse
- NONE =
'none'- ALL =
'all'- TEMPLATES =
'templates'
Class Method Summary collapse
Class Method Details
.get_const(val) ⇒ Object
13 14 15 |
# File 'lib/jekyll/config.rb', line 13 def self.get_const(val) constants.find { |sym| const_get(sym) == val } end |