Sha256: a1c76614be66c0b7826e78ae3b8d496474ac942b0cb6f30cf1a0a9c1ff498ce4
Contents?: true
Size: 267 Bytes
Versions: 18
Compression:
Stored size: 267 Bytes
Contents
require_relative './path_command' module GridGenerator module Svg class CloseCommand < GridGenerator::Svg::PathCommand def type 'Z' end def +(_offset) self end def to_s type end end end end
Version data entries
18 entries across 18 versions & 1 rubygems