class TZInfo::DataSources::TransitionsDataTimezoneInfo

def find_minimum_transition(&block)

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

def find_minimum_transition: () -> untyped

This signature was generated using 42 samples from 1 application.

Returns:
  • (Integer) - the index of the earliest transition safisfying

Other tags:
    Yieldreturn: - `true` for the earliest transition that

Other tags:
    Yieldparam: transition - a {TimezoneTransition}

Other tags:
    Yield: - the caller will be yielded to to test the search
def find_minimum_transition(&block)
  @transitions.bsearch_index(&block)
end