brew/Library/Homebrew/cask/artifact/audio_unit_plugin.rb
2020-10-10 14:59:39 +02:00

15 lines
249 B
Ruby

# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"
module Cask
module Artifact
# Artifact corresponding to the `audio_unit_plugin` stanza.
#
# @api private
class AudioUnitPlugin < Moved
end
end
end