class Cucumber::Core::Gherkin::Writer::Rule

Private Instance Methods

statements() click to toggle source
# File lib/cucumber/core/gherkin/writer.rb, line 110
def statements
  prepare_statements(
    comments_statement,
    name_statement,
    description_statement,
    NEW_LINE
  )
end