class Console::Terminal::Logger
def format_value(value, output)
def format_value(value, output) string = value.to_s string.each_line do |line| output.puts "#{line}" end end
def format_value(value, output) string = value.to_s string.each_line do |line| output.puts "#{line}" end end