Sha256: 1cb7fd42440397a0f66e6ea07cfd8fc7acf0d52b95dd71b46226f0ec2ce8d2c2
Contents?: true
Size: 159 Bytes
Versions: 11
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module DrawioDsl module Schema class LongDash < Line configure_as(:long_dash, stroke: :long_dash) end end end
Version data entries
11 entries across 11 versions & 1 rubygems