11 12 13
# File 'lib/termdump/process.rb', line 11 def is_in_foreground @stat.start_with?('S') && @stat.include?('+') end