aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/screen_saver.rb
blob: 4cdc6037c5e9151681c66992e2b7fd05b435d0b5 (plain)
1
2
3
4
5
6
7
8
require "hbc/artifact/moved"

module Hbc
  module Artifact
    class ScreenSaver < Moved
    end
  end
end