Method: RedClothForTex#retrieve
- Defined in:
- lib/redcloth_for_tex.rb
#retrieve(text) ⇒ Object
541 542 543 544 545 |
# File 'lib/redcloth_for_tex.rb', line 541 def retrieve( text ) @shelf.each_with_index do |r, i| text.gsub!( " <#{ i + 1 }>", r ) end end |