Sha256: e7c182be64738115e6f85a34ee32c7a3dbe76bd8d58a1f1eca535c5609143b3c
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components module Properties class BoldProperty include Goldendocx::Element namespace :w tag :b attribute :enabled, alias_name: :val, namespace: :w end end end end
Version data entries
3 entries across 3 versions & 1 rubygems