# File lib/ruport/controller.rb, line 447
    def options
      @options ||= Ruport::Controller::Options.new
      yield(@options) if block_given?

      return @options
    end