brew/Library/Homebrew/cask/lib/hbc/artifact/internet_plugin.rb
2016-09-24 16:00:58 +02:00

9 lines
110 B
Ruby

require "hbc/artifact/moved"
module Hbc
module Artifact
class InternetPlugin < Moved
end
end
end