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

15 lines
240 B
Ruby

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