Method: ReVIEW::RSTBuilder#source
- Defined in:
- lib/review/rstbuilder.rb
#source(lines, caption = nil, _lang = nil) ⇒ Object
735 736 737 |
# File 'lib/review/rstbuilder.rb', line 735 def source(lines, caption = nil, _lang = nil) base_block('source', lines, caption) end |