22 23 24 25 26 27
# File 'lib/jsduck/tag/method.rb', line 22 def parse_doc(p, pos) { :tagname => :method, :name => p.ident, } end