Module: Kernel
- Defined in:
- lib/mnemosyne/probes.rb
Class Method Summary collapse
Class Method Details
.require(name) ⇒ Object
32 33 34 35 36 37 |
# File 'lib/mnemosyne/probes.rb', line 32 def require(name) require_without_mnemosyne(name).tap do ::Mnemosyne::Probes.required(name) rescue Exception # rubocop:disable Lint/RescueException,Lint/SuppressedException end end |
.require_without_mnemosyne ⇒ Object
30 |
# File 'lib/mnemosyne/probes.rb', line 30 alias require_without_mnemosyne require |