# File lib/omniauth/strategy.rb, line 478
    def dup
      super.tap do
        @options = @options.dup
      end
    end