Sha256: 78c36b19574a4177a326c9129cf4ae6fc11cb7580e82c3053a85d17c4283b546
Contents?: true
Size: 221 Bytes
Versions: 1194
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Playbook module PbHighlight class Highlight < Playbook::KitBase prop :text def classname generate_classname("pb_highlight_kit") end end end end
Version data entries
1,194 entries across 1,194 versions & 1 rubygems