class Cucumber::Core::Gherkin::Writer::Step

def doc_string(string, content_type='')

def doc_string(string, content_type='')
  elements << DocString.new(string, content_type)
end

def name_statement

def name_statement
  "#{keyword} #{name}"
end

def statements

def statements
  prepare_statements comments_statement, name_statement
end