Sha256: 06c9bf6958564b1629eaf3e15f4d44379339a88b1a52471ff2cbf921f872a360
Contents?: true
Size: 160 Bytes
Versions: 20
Compression:
Stored size: 160 Bytes
Contents
# frozen_string_literal: true module ApipieDSL class TagListDescription attr_reader :tags def initialize(tags) @tags = tags end end end
Version data entries
20 entries across 20 versions & 1 rubygems