Sha256: 5741b3757b901e9d3783a97e0fbf67dad9b7f05e841008f9b2cfbb8a148cfad5
Contents?: true
Size: 166 Bytes
Versions: 73
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true module Forms class SubtitleComponent < ViewComponent::Base def initialize(subtitle) @subtitle = subtitle end end end
Version data entries
73 entries across 73 versions & 2 rubygems