Sha256: b987083aa7be2330d2f5c55f7b2d21a88f7a908c94d0464052c305d7a869f802

Contents?: true

Size: 228 Bytes

Versions: 18

Compression:

Stored size: 228 Bytes

Contents

require 'awestruct/renderable_file'

module Awestruct

  class VerbatimFile < RenderableFile

    def initialize(site, source_path, relative_source_path)
      super( site, source_path, relative_source_path )
    end

  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
awestruct-0.1.9 lib/awestruct/verbatim_file.rb
awestruct-0.1.8 lib/awestruct/verbatim_file.rb
awestruct-0.1.7 lib/awestruct/verbatim_file.rb
awestruct-0.1.6 lib/awestruct/verbatim_file.rb
awestruct-0.1.5 lib/awestruct/verbatim_file.rb
awestruct-0.1.4 lib/awestruct/verbatim_file.rb
awestruct-0.1.3 lib/awestruct/verbatim_file.rb
awestruct-0.1.2 lib/awestruct/verbatim_file.rb
awestruct-0.1.1 lib/awestruct/verbatim_file.rb
awestruct-0.1.0 lib/awestruct/verbatim_file.rb
awestruct-0.0.9 lib/awestruct/verbatim_file.rb
awestruct-0.0.8 lib/awestruct/verbatim_file.rb
awestruct-0.0.6 lib/awestruct/verbatim_file.rb
awestruct-0.0.5 lib/awestruct/verbatim_file.rb
awestruct-0.0.4 lib/awestruct/verbatim_file.rb
awestruct-0.0.3 lib/awestruct/verbatim_file.rb
awestruct-0.0.2 lib/awestruct/verbatim_file.rb
awestruct-0.0.1 lib/awestruct/verbatim_file.rb