Sha256: 16b9414f739f4bc040c31845aa05cb556b28a93750b762ef9da01053e00571a9

Contents?: true

Size: 251 Bytes

Versions: 18

Compression:

Stored size: 251 Bytes

Contents

require 'awestruct/renderable_file'

module Awestruct

  class VerbatimFile < RenderableFile

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

  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
awestruct-0.2.18 lib/awestruct/verbatim_file.rb
awestruct-0.2.17 lib/awestruct/verbatim_file.rb
awestruct-0.2.15 lib/awestruct/verbatim_file.rb
awestruct-0.2.14 lib/awestruct/verbatim_file.rb
awestruct-0.2.13 lib/awestruct/verbatim_file.rb
awestruct-0.2.12 lib/awestruct/verbatim_file.rb
awestruct-0.2.11 lib/awestruct/verbatim_file.rb
awestruct-0.2.10 lib/awestruct/verbatim_file.rb
awestruct-0.2.9 lib/awestruct/verbatim_file.rb
awestruct-0.2.8 lib/awestruct/verbatim_file.rb
awestruct-0.2.7 lib/awestruct/verbatim_file.rb
awestruct-0.2.6 lib/awestruct/verbatim_file.rb
awestruct-0.2.5 lib/awestruct/verbatim_file.rb
awestruct-0.2.4 lib/awestruct/verbatim_file.rb
awestruct-0.2.3 lib/awestruct/verbatim_file.rb
awestruct-0.2.2 lib/awestruct/verbatim_file.rb
awestruct-0.2.1 lib/awestruct/verbatim_file.rb
awestruct-0.2.0 lib/awestruct/verbatim_file.rb