Method: BaseFormatter#initialize

Defined in:
lib/dendroid/formatters/base_formatter.rb

#initialize(anIO) ⇒ BaseFormatter

Constructor. be placed.

Parameters:

  • anIO (IO)

    an output IO where the formatter’s result will



12
13
14
# File 'lib/dendroid/formatters/base_formatter.rb', line 12

def initialize(anIO)
  @output = anIO
end