Sha256: 5776379e0fec5caffaba1d67dd09b2d020dc06fa8130762afac8bbe415f58d0d
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
module Docks module Tags class Static < Base def initialize @name = :static @multiline = false end def process(symbol) symbol[@name] = true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
docks_app-0.0.3 | lib/docks/tags/static_tag.rb |
docks_app-0.0.2 | lib/docks/tags/static_tag.rb |
docks_app-0.0.1 | lib/docks/tags/static_tag.rb |