Class: Jekyll::GeneratorSingleSource::Source::DirSource
- Defined in:
- lib/jekyll/generator-single-source/source/dir_source.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#file_path, #initialize, make_for
Constructor Details
This class inherits a constructor from Jekyll::GeneratorSingleSource::Source::Base
Instance Method Details
#dir? ⇒ Boolean
7 8 9 |
# File 'lib/jekyll/generator-single-source/source/dir_source.rb', line 7 def dir? true end |