class Betatest::CompositeReporter
Dispatch to multiple reporters as one.
Attributes
reporters[RW]
The list of reporters to dispatch to.
Public Instance Methods
<<(reporter)
click to toggle source
Add another reporter to the mix.
# File lib/betatest.rb, line 603 def << reporter self.reporters << reporter end