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