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