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

module Hbc
  module Artifact
    class Dictionary < Moved
    end
  end
end