Recent activity
Subscribe to this feed
Chris replied on February 20, 2008 22:36 to the problem "Ruby collapse/expand fails with for loops" in Amy Editor:
Chris reported a problem in Amy Editor on February 20, 2008 22:29:
Ruby collapse/expand fails with for loopsif 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
Loading Profile...
