Sha256: 7ed059ebe8d5b335a77e8b91186a5516457078b14c6af605ea14362af4e26a2f
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true module RCAP XML_PRETTY_PRINTER = REXML::Formatters::Pretty.new(2) XML_PRETTY_PRINTER.compact = true RCAP_TIME_FORMAT = '%Y-%m-%dT%H:%M:%S' RCAP_ZONE_FORMAT = '%+03i:00' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rcap-2.7.4 | lib/rcap/config.rb |
rcap-2.7.3 | lib/rcap/config.rb |