Class: Jekyll::Favicon::StaticDataFile

Inherits:
StaticFile
  • Object
show all
Includes:
Jekyll::Favicon::StaticFile::Mutable
Defined in:
lib/jekyll/favicon/static_data_file.rb

Overview

StaticFile extension for data exchange formats

Instance Attribute Summary

Attributes inherited from StaticFile

#site, #spec

Instance Method Summary collapse

Methods included from Jekyll::Favicon::StaticFile::Mutable

#mtime, #mutable?, #mutation

Methods inherited from StaticFile

#href, #initialize, #patch, #taggable?

Methods included from Jekyll::Favicon::StaticFile::Referenceable

#refer, #referenceable?

Methods included from Configuration::Defaults

base_name_to_parts, camelcase_to_snakecase, define_defaults, included, load_defaults, load_file

Methods included from Jekyll::Favicon::StaticFile::Taggable

#taggable?, #tags

Methods included from Jekyll::Favicon::StaticFile::Sourceable

#path, #source, source_filter, source_normalize, #source_relative_path, #sourceable?

Constructor Details

This class inherits a constructor from Jekyll::Favicon::StaticFile

Instance Method Details

#generable?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/jekyll/favicon/static_data_file.rb', line 12

def generable?
  true
end