Given a class: ```ruby class Foo class << self extend Memoist def bar "hello" end memoize :bar end end ``` `Foo.flush_cache` spits out: ``` NoMethodError: undefined method `all_memoized_structs' for Foo:Class ``` I also found this related issue: https://github.com/matthewrudy/memoist/issues/54
Given a class:
Foo.flush_cachespits out:I also found this related issue:
#54