class Suspect::Gathering::RunInfo
Contains results of a spec run.
Constants
- VERSION
backward compatibility with already stored data is broken. Is intended to use during deserialization.
Public Class Methods
new(*params)
click to toggle source
Calls superclass method
# File lib/suspect/gathering/run_info.rb, line 26 def initialize(*params) super(*params) self.version ||= VERSION end