Sha256: cd6962d910e90fddb1a23c43d7a18c3dd93668a8b107945bc85f79e88b3c70dc
Contents?: true
Size: 370 Bytes
Versions: 15
Compression:
Stored size: 370 Bytes
Contents
# Disable LockJar so that other libraries can't bring in random other jars. # TODO: add LockJar.disable! or something like that. # # NOTE: this file should only be loaded by #register_bundled_jarfiles after loading is complete. module LockJar class << self alias orig_lock lock alias orig_load load end def self.lock(*a); end def self.load(*a); end end
Version data entries
15 entries across 15 versions & 1 rubygems