# File lib/omniauth/strategies/ign.rb, line 18
      def initialize(app, api_key, hostname=nil, options = {})
        options[:name] ||= "ign"
        super(app, :ign)
        @api_key = api_key
        @hostname = hostname
      end