class Gherkin::Query

def update(message)

def update(message)
  update_feature(message.gherkin_document.feature) if message.gherkin_document
end