class Registry::Extension

def inspect

def inspect
:           #{name}
ription:
description}
or:         #{author.name} <#{author.email}>
ce code:    #{repository_url}
load:       #{download_url}
all type:   #{install_type}
orts:       TrustyCms #{supports_radiant_version}
rip
end

def install

def install
  Registry.const_get(install_type).new(self).install
end

def uninstall

def uninstall
  Uninstaller.new(self).uninstall
end