Method: JsDuck::DocParser#match

Defined in:
lib/jsduck/doc_parser.rb

#match(re) ⇒ Object



597
598
599
# File 'lib/jsduck/doc_parser.rb', line 597

def match(re)
  @input.scan(re)
end