# File lib/Borges/HTML/HtmlRenderer.rb, line 27 def callback_for_setter_on(sym, obj) return proc do |val| obj.send("#{sym}=", val) end end