Method: RDoc::RD::InlineParser#_reduce_27
- Defined in:
- lib/rdoc/rd/inline_parser.rb
permalink #_reduce_27(val, _values, result) ⇒ Object
[View source]
1507 1508 1509 1510 1511 1512 |
# File 'lib/rdoc/rd/inline_parser.rb', line 1507 def _reduce_27(val, _values, result) ref = val[0].reference result = ['rdoc-label:', inline(ref, "#{ref}/")] result end |