Sha256: 6225ae05f846b9b74f505e414ac48821948ddf8cb4655774e6e7ebed29df0580
Contents?: true
Size: 488 Bytes
Versions: 14
Compression:
Stored size: 488 Bytes
Contents
require "jsduck/tag/boolean_tag" module JsDuck::Tag class New < BooleanTag def initialize @pattern = "new" # A :tooltip field gets injected to this signature in Process::Versions @signature = {:long => "★", :short => "★"} # black (docs text color) unicode star on yellow background @css = <<-EOCSS .signature .new { color: #484848; background-color: #F5D833; } EOCSS super end end end
Version data entries
14 entries across 14 versions & 1 rubygems