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