class TZInfo::DataSources::ConstantOffsetDataTimezoneInfo

def constant_period

Experimental RBS support (using type sampling data from the type_fusion project).

def constant_period: () -> TZInfo::OffsetTimezonePeriod

This signature was generated using 39 samples from 5 applications.

Returns:
  • (TimezonePeriod) - an unbounded {TimezonePeriod} with the constant
def constant_period
  OffsetTimezonePeriod.new(@constant_offset)
end