Sha256: 570db1f972059cee6bd60f886d6dc386e03f0cdaf77373fe1f4b9136533251a1
Contents?: true
Size: 187 Bytes
Versions: 18
Compression:
Stored size: 187 Bytes
Contents
require_relative './path_command' module GridGenerator module Svg class QuadraticCommand < GridGenerator::Svg::PathCommand def type 'Q' end end end end
Version data entries
18 entries across 18 versions & 1 rubygems