class Cucumber::Core::Gherkin::Writer::Table
Public Class Methods
Public Instance Methods
Source
# File lib/cucumber/core/gherkin/writer.rb, line 199 def build(source) source + statements end
Private Instance Methods
Source
# File lib/cucumber/core/gherkin/writer.rb, line 205 def statements row_statements end