Sha256: fc8daf9ece9d3b8d8011fec0264aa1441f42dd3305c2c3c2a17b198884b58500
Contents?: true
Size: 182 Bytes
Versions: 18
Compression:
Stored size: 182 Bytes
Contents
require_relative './path_command' module GridGenerator module Svg class LineCommand < GridGenerator::Svg::PathCommand def type 'L' end end end end
Version data entries
18 entries across 18 versions & 1 rubygems