# File lib/map/options.rb, line 114
    def set_opt(opts, value = nil)
      [ opts ].flatten.each do |opt|
        return self[opt]=value
      end
      return value
    end