class method
self.new
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.new(script_path)
No documentation comment.
Parameters
-
script_pathreq
Source
# File actionpack/lib/action_controller/request_profiler.rb, line 14
def initialize(script_path)
@quiet = false
define_run_method(script_path)
reset!
end
Defined in actionpack/lib/action_controller/request_profiler.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::RequestProfiler::Sandbox