8 9 10
# File 'lib/ntail/node.rb', line 8 def foreground(string, color) color ? string.foreground(color) : string end