Sha256: 996fae31bd8ea5b7a89f3965747765ccce5df09ec301a053a8962dea78d99112

Contents?: true

Size: 205 Bytes

Versions: 1

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

class Shoes
  module Mock
    module Font
      class << self
        def add_font(path)
          Shoes::Font.add_font_to_fonts path
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-core-4.0.0.rc1 lib/shoes/mock/font.rb