class TZInfo::TimeWithOffset

def localtime(*args)

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

def localtime: (*Array[Integer] args) -> untyped

This signature was generated using 2 samples from 1 application.

Returns:
  • (TimeWithOffset) - `self`.
def localtime(*args)
  super
  @timezone_offset = nil
  self
end