# File lib/omniauth/builder.rb, line 42 def options(options = false) return @options || {} if options == false @options = options end