instance method
terminating?
Ruby on Rails 2.2.3
Last seen in v2.2.3 Private — implementation detail, not part of the public APISignature
terminating?(action)
No documentation comment.
Parameters
-
actionreq
Source
# File railties/lib/commands/process/reaper.rb, line 69
def terminating?(action)
[ "kill", "graceful" ].include?(action)
end
Defined in railties/lib/commands/process/reaper.rb line 69
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Killer