There's no documentation for this item.
# File action_controller/request_profiler.rb, line 58 def print_progress(i) print "\n " if i % 60 == 0 print ' ' if i % 10 == 0 print '.' $stdout.flush end
<code/>
<pre/>
<code/>and<pre/>for code samples.