# File lib/omniauth/strategies/oauth2.rb, line 100 def options_for(option) hash = {} options.send("#{option}_options""#{option}_options").select { |key| options[key] }.each do |key| hash[key.to_sym] = options[key] end hash end