instance method
say
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
say(message)
No documentation comment.
Parameters
-
messagereq
Source
# File actionpack/lib/action_controller/request_profiler.rb, line 37
def say(message)
puts " #{message}" unless @quiet
end
Defined in actionpack/lib/action_controller/request_profiler.rb line 37
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::RequestProfiler::Sandbox