Sha256: b8a515db3706edb7aed6549c1942c3100d1fbf91ffc8daa2060bb017efd6d488
Contents?: true
Size: 273 Bytes
Versions: 15
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true require_relative "groups/cached" require_relative "groups/calculated" module Entitlements class Data class Groups class DuplicateGroupError < RuntimeError; end class GroupNotFoundError < RuntimeError; end end end end
Version data entries
15 entries across 15 versions & 2 rubygems