Module: TwitterWithAutoPagination::CachingAndLogging::Utils
- Defined in:
- lib/twitter_with_auto_pagination/caching_and_logging.rb
Class Method Summary collapse
Class Method Details
.cache_disabled?(options) ⇒ Boolean
64 65 66 |
# File 'lib/twitter_with_auto_pagination/caching_and_logging.rb', line 64 def cache_disabled?() .is_a?(Hash) && .has_key?(:cache) && ![:cache] end |