mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +08:00
14 lines
209 B
Ruby
14 lines
209 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "cask/artifact/moved"
|
|
|
|
module Cask
|
|
module Artifact
|
|
# Artifact corresponding to the `font` stanza.
|
|
#
|
|
# @api private
|
|
class Font < Moved
|
|
end
|
|
end
|
|
end
|