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