1 2 3 4 5 6 7 8
require "hbc/artifact/moved" module Hbc module Artifact class Dictionary < Moved end end end