Sha256: 106b6c6b4043b3df5a87d7f21e294f9e609342e4247ec6c4d5ec0d94c58a2cd2
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true module Playbook module PbSectionSeparator class SectionSeparator include Playbook::Props partial "pb_section_separator/section_separator" prop :text def classname generate_classname("pb_section_separator_kit") end end end end
Version data entries
3 entries across 3 versions & 1 rubygems