# File lib/twitter/configuration.rb, line 84 def options options = {} VALID_OPTIONS_KEYS.each{|k| options[k] = send(k)} options end