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