Class: Jekyll::GeneratorSingleSource::Source::FileSource

Inherits:
Base
  • Object
show all
Defined in:
lib/jekyll/generator-single-source/source/file_source.rb

Constant Summary

Constants inherited from Base

Base::SRC_PATH

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

Returns:

  • (Boolean)


7
8
9
# File 'lib/jekyll/generator-single-source/source/file_source.rb', line 7

def dir?
  false
end