@return [Fixnum]
# File lib/twitter/configurable.rb, line 39 def cache_key options.hash end
Convenience method to allow configuration options to be set in a block
# File lib/twitter/configurable.rb, line 28 def configure yield self self end
@return [Boolean]
# File lib/twitter/configurable.rb, line 34 def credentials? credentials.values.all? end
# File lib/twitter/configurable.rb, line 43 def reset! Twitter::Configurable.keys.each do |key| instance_variable_set(:"@#{key}", Twitter::Default.options[key]) end self end
Generated with the Darkfish Rdoc Generator 2.