Class: Tinge::Formatters::RubyFormatter

Inherits:
Formatter
  • Object
show all
Defined in:
lib/tinge/formatters/ruby_formatter.rb

Instance Method Summary collapse

Methods inherited from Formatter

dependencies, dependency, handles, #initialize, require_filename?, stringify_colors?

Constructor Details

This class inherits a constructor from Tinge::Formatters::Formatter

Instance Method Details

#renderObject



8
9
10
# File 'lib/tinge/formatters/ruby_formatter.rb', line 8

def render
  output @reporter.data.inspect
end