brew/Library/Homebrew/cask/artifact/internet_plugin.rb
2019-04-20 13:27:36 +09:00

11 lines
143 B
Ruby

# frozen_string_literal: true
require "cask/artifact/moved"
module Cask
module Artifact
class InternetPlugin < Moved
end
end
end