Object
# File lib/gherkin/formatter/model.rb, line 181 def build Step.new(*(@args << @rows << @doc_string)) end
# File lib/gherkin/formatter/model.rb, line 173 def doc_string(string, content_type, line) @doc_string = Formatter::Model::DocString.new(string, content_type, line) end
Generated with the Darkfish Rdoc Generator 2.