Sha256: e5f660b02cc1841eb57c6d807328557738041eb6ef90d5f97a9f4423cef92c79
Contents?: true
Size: 297 Bytes
Versions: 30
Compression:
Stored size: 297 Bytes
Contents
require "jsduck/tag/boolean_tag" module JsDuck::Tag class Protected < BooleanTag def initialize @pattern = "protected" @signature = {:long => "protected", :short => "PRO"} @css = ".signature .protected { background-color: #9B86FC }" # Violet super end end end
Version data entries
30 entries across 30 versions & 3 rubygems