class Gherkin::Formatter::Model::Feature
Public Instance Methods
replay(formatter)
click to toggle source
# File lib/gherkin/formatter/model.rb, line 50 def replay(formatter) formatter.feature(self) end