instance method print_progress

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.2.3 Private

Signature

print_progress(i)

No documentation comment.

Parameters

i req
Source
# File actionpack/lib/action_controller/request_profiler.rb, line 64
        def print_progress(i)
          print "\n  " if i % 60 == 0
          print ' ' if i % 10 == 0
          print '.'
          $stdout.flush
        end

Defined in actionpack/lib/action_controller/request_profiler.rb line 64 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::RequestProfiler::Sandbox

Type at least 2 characters to search.

↑↓ navigate · open · esc close