# File lib/Borges/Extensions/Proc.rb, line 7
  def render_on(r = nil)
    if r.nil? then
      return call
    else
      return call(r)
    end
  end