Class: Awestruct::VerbatimFile

Inherits:
RenderableFile show all
Defined in:
lib/awestruct/verbatim_file.rb

Instance Attribute Summary

Attributes inherited from Renderable

#site

Instance Method Summary collapse

Methods inherited from RenderableFile

#output_extension, #output_filename, #raw_page_content, #render

Methods inherited from Renderable

#render

Constructor Details

#initialize(site, source_path, relative_source_path, options = {}) ⇒ VerbatimFile

Returns a new instance of VerbatimFile.



7
8
9
# File 'lib/awestruct/verbatim_file.rb', line 7

def initialize(site, source_path, relative_source_path, options = {})
  super( site, source_path, relative_source_path, options )
end