Method: Flyweight#clear!

Defined in:
lib/exegesis/flyweight.rb

#clear!Object Also known as: reset!

Clear the Flyweight of all entries.



96
97
98
99
# File 'lib/exegesis/flyweight.rb', line 96

def clear!
  @key_registry = {}
  self
end