Sha256: 9097b46391c8684ee4874ffbec985d71ef3a4856a964a41468f5cd972693d794
Contents?: true
Size: 296 Bytes
Versions: 14
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: false # Core SVG data for the USPS Wheel logo. # # This class should never need to be called directly. # @private class USPSFlags class Core class Wheel def svg File.read("#{File.dirname(__dir__)}/core/wheel.svg.partial") end end end end
Version data entries
14 entries across 14 versions & 1 rubygems