Sha256: 4ef0725d80450413eabd20e37415a53dba2ddbcebf127de39fb5fcc6c9e4f037

Contents?: true

Size: 241 Bytes

Versions: 12

Compression:

Stored size: 241 Bytes

Contents

# encoding: utf-8
module Infoboxer
  module Tree
    # Represents entire document.
    #
    # Alongside with standard compound node functionality, is a
    # {Navigation::Sections::Container}
    class Document < Compound
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
infoboxer-0.2.7 lib/infoboxer/tree/document.rb
infoboxer-0.2.6 lib/infoboxer/tree/document.rb
infoboxer-0.2.5 lib/infoboxer/tree/document.rb
infoboxer-0.2.4 lib/infoboxer/tree/document.rb
infoboxer-0.2.3 lib/infoboxer/tree/document.rb
infoboxer-0.2.2 lib/infoboxer/tree/document.rb
infoboxer-0.2.1 lib/infoboxer/tree/document.rb
infoboxer-0.2.0 lib/infoboxer/tree/document.rb
infoboxer-0.1.2.1 lib/infoboxer/tree/document.rb
infoboxer-0.1.2 lib/infoboxer/tree/document.rb
infoboxer-0.1.1 lib/infoboxer/tree/document.rb
infoboxer-0.1.0 lib/infoboxer/tree/document.rb