class Cucumber::Core::Gherkin::Writer::Background

Private Instance Methods

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