class Cucumber::Cli::Options

def name_msg

def name_msg
  [
    'Only execute the feature elements which match part of the given name.',
    'If this option is given more than once, it will match against all the',
    'given names.'
  ]
end