Method: Unity::Lookup.clear!
- Defined in:
- lib/unity/lookup.rb
.clear! ⇒ Object
72 73 74 75 76 77 78 |
# File 'lib/unity/lookup.rb', line 72 def clear! @@object_cache = {} @@unit_names = Hash.new @@unit_ints = Hash.new @@property_ints = Hash.new @@property_names= Hash.new end |