method

process_lines_with_keyword

rails latest stable - Class: ProgramProcess

Method deprecated or moved

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

process_lines_with_keyword(keyword)
private

No documentation available.

# File railties/lib/commands/process/reaper.rb, line 42
      def process_lines_with_keyword(keyword)
        `ps axww -o 'pid command' | grep #{keyword}`
      end