Sha256: b0fe7d79c9e75cea44dee6b6182f393f38f814909e4e0da5ab4593ed49232efc

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

module Webgen

  # Namespace for all classes that are useable by Webgen::ContentProcessor::Tag.
  #
  # Have a look at the documentation for Webgen::Tag::Base for details on how to implement a tag
  # class.
  module Tag

    autoload :Base, 'webgen/tag/base'
    autoload :Relocatable, 'webgen/tag/relocatable'
    autoload :Metainfo, 'webgen/tag/metainfo'
    autoload :Menu, 'webgen/tag/menu'

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webgen-0.5.0 lib/webgen/tag.rb