Sha256: f1328a265d170f3d8b7595a0e6d601d312cf979a0ff3ef37b720b76db25cc7a8
Contents?: true
Size: 254 Bytes
Versions: 2
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true module YARD module Tags class OptionTag < Tag attr_accessor :pair def initialize(tag_name, name, pair) super(tag_name, nil, nil, name) @pair = pair end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yard-0.9.18 | lib/yard/tags/option_tag.rb |
yard-0.9.17 | lib/yard/tags/option_tag.rb |