Sha256: 5553fb778c429bf38b1b8da533364b50f965559f8afa84010125684732142364
Contents?: true
Size: 218 Bytes
Versions: 26
Compression:
Stored size: 218 Bytes
Contents
require "jsduck/tag/boolean_tag" module JsDuck::Tag class Abstract < BooleanTag def initialize @pattern = "abstract" @signature = {:long => "abstract", :short => "ABS"} super end end end
Version data entries
26 entries across 26 versions & 3 rubygems