Sha256: 124170506f92fd70918716dd1e2ab2dfec1c1c8835e6fd6f7635ccd4e3374ff4
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
infoboxer-0.3.3 | lib/infoboxer/tree/gallery.rb |
infoboxer-0.3.2 | lib/infoboxer/tree/gallery.rb |
infoboxer-0.3.1 | lib/infoboxer/tree/gallery.rb |