Method: Xctracker::AbstractReporter#initialize
- Defined in:
- lib/xctracker/reporters/abstract_reporter.rb
#initialize(options = {}) ⇒ AbstractReporter
Returns a new instance of AbstractReporter.
5 6 7 |
# File 'lib/xctracker/reporters/abstract_reporter.rb', line 5 def initialize( = {}) @options = end |