Sha256: b534f4612a736449b63c8632f7a243d29f7c4abf055dc7e6a4a526bca989f596
Contents?: true
Size: 149 Bytes
Versions: 3
Compression:
Stored size: 149 Bytes
Contents
module Docks module Tags class Group < Base def initialize @name = :group @multiline = false end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
docks_app-0.0.3 | lib/docks/tags/group_tag.rb |
docks_app-0.0.2 | lib/docks/tags/group_tag.rb |
docks_app-0.0.1 | lib/docks/tags/group_tag.rb |