Gherkin::Formatter::Hashable
# File lib/gherkin/formatter/model.rb, line 271 def initialize(status, duration, error_message) @status, @duration, @error_message = status, duration, error_message end
# File lib/gherkin/formatter/model.rb, line 275 def replay(formatter) formatter.result(self) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.