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