class Standard # @!group CoilHeatingGas # Updates the efficiency of some gas heating coils # per the prototype assumptions. Defaults to # making no changes. def coil_heating_gas_apply_prototype_efficiency(coil_heating_gas) # Do nothing return true end end