# File lib/ruport/renderer.rb, line 407 def options @options ||= Ruport::Renderer::Options.new yield(@options) if block_given? return @options end