Sha256: b31adc6285dc9950a923435af7f04a0e2742bad775af954e8592efa1c92e31f3
Contents?: true
Size: 409 Bytes
Versions: 9
Compression:
Stored size: 409 Bytes
Contents
# encoding: utf-8 # # base.rb - Base configuration for Prawn::Icon. # # Copyright September 2016, Jesse Doyle. All rights reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'prawn' require_relative 'errors' module Prawn class Icon module Base FONTDIR = File.join \ File.expand_path('../../../..', __FILE__), 'data/fonts' end end end
Version data entries
9 entries across 9 versions & 1 rubygems