Sha256: 518924a0c3d6b57f677c942eb207498ec7f63aec6e8f97f333f19be702eab322
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
require 'tzinfo/timezone' require 'tzinfo/definitions/Europe/Rome' module TZInfo module Definitions #:nodoc: module Europe #:nodoc: class Vatican < Definitions::Europe::Rome #:nodoc: setup_linked set_identifier('Europe/Vatican') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.2.2 | lib/tzinfo/definitions/Europe/Vatican.rb |