Sha256: c136f7627bbdf26f2480568ce7ed520895cd4969d3ffc21c1e938f71b196f778

Contents?: true

Size: 227 Bytes

Versions: 2

Compression:

Stored size: 227 Bytes

Contents

class Shoes
  module Mock
    module Font

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

        def initial_fonts
          []
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
shoes-dsl-4.0.0.pre2 lib/shoes/mock/font.rb
shoes-4.0.0.pre1 lib/shoes/mock/font.rb