Update RBI files for tzinfo.
This commit is contained in:
parent
20fbc1e9fd
commit
db9a878ef0
@ -4,7 +4,11 @@
|
||||
# This is an autogenerated file for types exported from the `tzinfo` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem tzinfo`.
|
||||
|
||||
module TZInfo; end
|
||||
module TZInfo
|
||||
class << self
|
||||
def eager_load!; end
|
||||
end
|
||||
end
|
||||
|
||||
class TZInfo::AbsoluteDayOfYearTransitionRule < ::TZInfo::DayOfYearTransitionRule
|
||||
def initialize(day, transition_at = T.unsafe(nil)); end
|
||||
@ -94,6 +98,7 @@ class TZInfo::DataSource
|
||||
|
||||
def country_codes; end
|
||||
def data_timezone_identifiers; end
|
||||
def eager_load!; end
|
||||
def get_country_info(code); end
|
||||
def get_timezone_info(identifier); end
|
||||
def inspect; end
|
||||
@ -275,6 +280,7 @@ end
|
||||
|
||||
TZInfo::DataSources::ZoneinfoDataSource::DEFAULT_ALTERNATE_ISO3166_TAB_SEARCH_PATH = T.let(T.unsafe(nil), Array)
|
||||
TZInfo::DataSources::ZoneinfoDataSource::DEFAULT_SEARCH_PATH = T.let(T.unsafe(nil), Array)
|
||||
TZInfo::DataSources::ZoneinfoDataSource::EXCLUDED_FILENAMES = T.let(T.unsafe(nil), Array)
|
||||
class TZInfo::DataSources::ZoneinfoDirectoryNotFound < ::StandardError; end
|
||||
|
||||
class TZInfo::DataSources::ZoneinfoReader
|
||||
Loading…
x
Reference in New Issue
Block a user