Sha256: aff52badd33389bcd1c8d546578852a3b045d7a1956703a0c0e914ae343bd337
Contents?: true
Size: 277 Bytes
Versions: 7
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true module Zeitwerk class Error < StandardError end class ReloadingDisabledError < Error def initialize super("can't reload, please call loader.enable_reloading before setup") end end class NameError < ::NameError end end
Version data entries
7 entries across 7 versions & 2 rubygems