class Reviewer::Printer
Logger for $stdout
Public Class Methods
new(formatter = StandardOutFormatter.new)
click to toggle source
Calls superclass method
# File lib/reviewer/printer.rb, line 20 def initialize(formatter = StandardOutFormatter.new) super($stdout) @formatter = formatter end