Sha256: 4945205fc2b6df90dc49c4c5856320562a9e4a70c04135c841280f9565b68845
Contents?: true
Size: 151 Bytes
Versions: 1
Compression:
Stored size: 151 Bytes
Contents
# frozen_string_literal: true module DrawioDsl module Schema class Dashed < Line configure_as(:dashed, stroke: :dashed) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
drawio_dsl-0.11.3 | lib/drawio_dsl/schema/lines/dashed.rb |