Method: RC::Interface#clear!

Defined in:
lib/rc/interface.rb

#clear!Object

Clear the library configuration cache. This is mostly used for testing.



63
64
65
# File 'lib/rc/interface.rb', line 63

def clear!
  @cache = {}
end