Sha256: 2f632434817d33353ed6374eefad4229e30ab8d4f135af4c4007777393335e2d
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 Bytes
Contents
require 'tzinfo/timezone' require 'tzinfo/definitions/Europe/Istanbul' module TZInfo module Definitions #:nodoc: module Asia #:nodoc: class Istanbul < Definitions::Europe::Istanbul #:nodoc: set_identifier('Asia/Istanbul') end end end end
Version data entries
6 entries across 6 versions & 1 rubygems