We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9cb1f commit 7426b89Copy full SHA for 7426b89
spec/tags/core/kernel/require_tags.txt
@@ -2,8 +2,6 @@ slow:Kernel#require (concurrently) blocks based on the path
2
slow:Kernel.require (concurrently) blocks based on the path
3
slow:Kernel#require ($LOADED_FEATURES) unicode_normalize is part of core and not $LOADED_FEATURES
4
slow:Kernel.require ($LOADED_FEATURES) unicode_normalize is part of core and not $LOADED_FEATURES
5
-fails:Kernel#require (non-extensioned path) loads a .rb extensioned file when a C-extension file exists on an earlier load path
6
-fails:Kernel#require (non-extensioned path) does not load a feature twice when $LOAD_PATH has been modified
7
slow:Kernel#require ($LOADED_FEATURES) complex, enumerator, rational, thread, ruby2_keywords are already required
8
slow:Kernel.require ($LOADED_FEATURES) complex, enumerator, rational, thread, ruby2_keywords are already required
9
slow:Kernel#require complex, enumerator, rational, thread, ruby2_keywords, fiber are already required
0 commit comments