Sha256: 13e58fff388acc3242afaddef27409023a595aeda474f1e7c3fe08ae839c36bb
Contents?: true
Size: 261 Bytes
Versions: 47
Compression:
Stored size: 261 Bytes
Contents
# This abstract class holds methods that many versions of ICC IECC share. # If a method in this class is redefined by a subclass, # the implementation in the subclass is used. # @abstract class ICCIECC < Standard def initialize super() end end
Version data entries
47 entries across 47 versions & 1 rubygems