# File lib/Borges/HTML/HtmlRenderer.rb, line 292 def text_area_on(sym, obj) element_id sym text_area obj.send(sym), &setter_callback(sym, obj) end