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