Sha256: 5d109620ccea06ee05e97d34fe7837e6ea63739bf86797811aac033b33c39214

Contents?: true

Size: 293 Bytes

Versions: 2

Compression:

Stored size: 293 Bytes

Contents

# encoding: utf-8

module Infoboxer
  module Tree
    # Represents gallery of images (contents of `<gallery>` special tag).
    #
    # See [Wikipedia Tutorial](https://en.wikipedia.org/wiki/Help:Gallery_tag)
    # for explanation of attributes.
    class Gallery < Compound
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infoboxer-0.3.1.pre lib/infoboxer/tree/gallery.rb
infoboxer-0.3.0.pre lib/infoboxer/tree/gallery.rb