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 "#{@terminal[:value]}#{line}#{@terminal.reset}" end end
def format_value(value, output) string = value.to_s string.each_line do |line| output.puts "#{@terminal[:value]}#{line}#{@terminal.reset}" end end