# File lib/Borges/HTML/HtmlRenderer.rb, line 37 def anchor_on(sym, obj) element_id(sym) anchor(label_for(sym)) do obj.send(sym) end end