Sha256: b75797c6c61b9cdc9d4673d1ece01fd29e735f09f5b154eee73c5edcf0645fb6
Contents?: true
Size: 288 Bytes
Versions: 52
Compression:
Stored size: 288 Bytes
Contents
require "jsduck/meta_tag" module JsDuck::Tag # Implementation of @protected tag class Protected < JsDuck::MetaTag def initialize @name = "protected" @key = :protected @signature = {:long => "protected", :short => "PRO"} @boolean = true end end end
Version data entries
52 entries across 52 versions & 1 rubygems