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