# File lib/rubyrep/configuration.rb, line 146
    def options=(options)
      @options ||= {}
      @options = @options.merge! options
    end