# File lib/ruport/renderer.rb, line 489
  def formatter(&block)
    @formatter.instance_eval(&block) if block   
    return @formatter
  end