Returns a new instance of Logger.
7 8 9 10
# File 'lib/nicetest/logger.rb', line 7 def initialize(io) @pastel = Cli::PASTEL @io = io end