module Formatting::Literal0

Public Instance Methods

value(log_line, color) click to toggle source
# File lib/ntail/formatting.rb, line 56
def value(log_line, color)
  # context-independent...
  self.text_value
end