Sha256: c3d97721d116c0d009d70293c81f327660b50e6a4eb254af26de77beb1e5c421
Contents?: true
Size: 437 Bytes
Versions: 3
Compression:
Stored size: 437 Bytes
Contents
# frozen_string_literal: true module GitlabQuality module TestTooling module TestMeta module Processor class MetaProcessor class << self def execute raise 'method not implemented' end def post_process raise 'method not implemented' end private_class_method :new end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems