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