Method: Scrubyt::Logger::MultiLineMessage#to_s

Defined in:
lib/scrubyt/logging.rb

#to_sObject



48
49
50
# File 'lib/scrubyt/logging.rb', line 48

def to_s
  [ super, indented_lines ] * "\n"
end