Method: BaseFormatter#output

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

#outputIO (readonly)

The IO output stream in which the formatter’s result will be sent.

Returns:

  • (IO)

    The output stream for the formatter.



7
8
9
# File 'lib/dendroid/formatters/base_formatter.rb', line 7

def output
  @output
end