1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
require "hbc/artifact/moved" module Hbc module Artifact class Suite < Moved def self.english_name "App Suite" end def self.dirmethod :appdir end end end end