matches identifier and returns its name
589 590 591
# File 'lib/jsduck/doc_parser.rb', line 589 def ident @input.scan(/\w+/) end