Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ruby_ext/declarative_cache.rb
Instance Method Summary collapse
Instance Method Details
#clear_cache_method ⇒ Object
14 15 16 17 18 |
# File 'lib/ruby_ext/declarative_cache.rb', line 14 def clear_cache_method instance_variables.each do |iv| remove_instance_variable iv if iv =~ /^@cached_/ end end |