class Console::Output::Terminal

def format_argument(argument, output)

def format_argument(argument, output)
	argument.to_s.each_line do |line|
		output.puts line
	end
end