Module: Formatting::RemoteUser0
- Defined in:
- lib/ntail/formatting.rb
Instance Method Summary collapse
Instance Method Details
#value(log_line, color) ⇒ Object
189 190 191 |
# File 'lib/ntail/formatting.rb', line 189 def value(log_line, color) foreground(log_line.remote_user, color) end |