method

terminating?

rails latest stable - Class: Killer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

terminating?(action)
private

No documentation available.

# File railties/lib/commands/process/reaper.rb, line 69
    def terminating?(action)
      [ "kill", "graceful" ].include?(action)
    end