Sha256: d2b7b632aac263cc507a2886f54b02c492999ced4fd9906db71d4b15c7b35c54
Contents?: true
Size: 271 Bytes
Versions: 43
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true # TODO: remove when upgrading to prawn-2.5.0 class Prawn::FontMetricCache::CacheEntry def initialize font, options, size font = font.hash super end end if Prawn::FontMetricCache::CacheEntry.members == [:font, :options, :string]
Version data entries
43 entries across 43 versions & 1 rubygems