class TrustyCms::ExtensionPath

def self.clear_paths!


Currently only used in testing.
Forgets all recorded extension paths.
def self.clear_paths!
  @@known_paths = {}
end