Get your own customer support community
 

Ruby collapse/expand fails with for loops

if you have for loops the for does not get a collapse, but the end does have an expand and if you click on it, all sorts of bad things happen. ie

for suite in test_suites
for case in suite
for log in case
if( log_ends_world_hunger() )
# something
end
end
end
end
 
happy I’m a complicated person and my emotions cannot be encapsulated by a simple emoicon
Inappropriate?
1 person has this problem

User_default_medium