You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/filters/bugs/module.rb
+1
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,5 @@
24
24
fails"Module#module_function with specific method names can make accessible private methods"
25
25
fails"Module#module_function as a toggle (no arguments) in a Module body does not affect module_evaled method definitions also if outside the eval itself"
26
26
fails"Module#module_function as a toggle (no arguments) in a Module body has no effect if inside a module_eval if the definitions are outside of it"
27
+
fails"Module#module_function with specific method names creates an independent copy of the method, not a redirect"
0 commit comments