Sha256: b03a73a93628fc3aedf2b74ed7b9d0227618eeb66ec5825ef7d65b2e655da558
Contents?: true
Size: 229 Bytes
Versions: 19
Compression:
Stored size: 229 Bytes
Contents
module ActiveSupport module Dependencies extend self unless respond_to? :autoload_paths alias_method :autoload_paths , :load_paths alias_method :autoload_once_paths, :load_once_paths end end end
Version data entries
19 entries across 19 versions & 3 rubygems