module TZInfo::Format1::TimezoneDefinition

def self.append_features(base)

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

def self.append_features: (Module base) -> untyped

This signature was generated using 2 samples from 1 application.

Parameters:
  • base (Module) -- the includee.

Other tags:
    Private: -
def self.append_features(base)
  super
  base.extend(Format2::TimezoneDefinition::ClassMethods)
  base.extend(ClassMethods)
end