class Standard::Formatter

def print_header_once

def print_header_once
  return if @header_printed_already
  output.print STANDARD_GREETING
  @header_printed_already = true
end