Sha256: b231519e8b7678a256f0b82e9101b313254a1428a904ebb78a0b1f366fe72bcb
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
module Loader::AutoLoad::ModulePatch def const_missing(name) c = Loader::AutoLoad::Fetcher c.try_load_by(self,name) constant = c.try_fetch_constant(self, name) constant ? constant : super end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
loader-2.2.3 | lib/loader/autoload/module_patch.rb |
loader-2.2.2 | lib/loader/autoload/module_patch.rb |
loader-2.2.1 | lib/loader/autoload/module_patch.rb |