Method: Sequel::Plugins::StaticCache::ClassMethods#static_cache_allow_modifications?
- Defined in:
- lib/sequel/plugins/static_cache.rb
permalink #static_cache_allow_modifications? ⇒ Boolean
Ask whether modifications to this class are allowed.
210 211 212 |
# File 'lib/sequel/plugins/static_cache.rb', line 210 def static_cache_allow_modifications? !@static_cache_frozen end |