module Cucumber::Core::Ast::Names
def legacy_conflated_name_and_description
def legacy_conflated_name_and_description s = @title s += "\n#{@description}" if @description != "" s end
def name
def name title end
def title
def title warn("deprecated. Use #name") @title end
def to_s
def to_s @title end