class TrustyCms::ExtensionPath
def find(name)
Returns the ExtensionPath object for the given extension name.
def find(name) raise LoadError, "Cannot return path for unknown extension: #{name}" unless @@known_paths[name.to_sym] @@known_paths[name.to_sym] end