require 'tzinfo/timezone' require 'tzinfo/definitions/Pacific/Truk' module TZInfo module Definitions #:nodoc: module Pacific #:nodoc: class Yap < Definitions::Pacific::Truk #:nodoc: setup_linked set_identifier('Pacific/Yap') end end end end