module Cucumber::Core::Ast::Names

def title

def title
  warn("deprecated. Use #name")
  @title
end