Sha256: b1f1ba9fcc943724fc654d5043f32afd572111f8772f248eea1d1dd4afd7f2d2
Contents?: true
Size: 218 Bytes
Versions: 30
Compression:
Stored size: 218 Bytes
Contents
require "jsduck/tag/boolean_tag" module JsDuck::Tag class Readonly < BooleanTag def initialize @pattern = "readonly" @signature = {:long => "readonly", :short => "R O"} super end end end
Version data entries
30 entries across 30 versions & 3 rubygems