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