brew/Library/Homebrew/cask/artifact/audio_unit_plugin.rb
2020-08-26 03:13:59 +02:00

14 lines
233 B
Ruby

# 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