Method: Formatting::Node#foreground

Defined in:
lib/ntail/node.rb

#foreground(string, color) ⇒ Object



8
9
10
# File 'lib/ntail/node.rb', line 8

def foreground(string, color)
  color ? string.foreground(color) : string
end