Sha256: a06781a0493382f3233faaf211e6d2670368077f71e83ec72d71f274d18344cb
Contents?: true
Size: 540 Bytes
Versions: 16
Compression:
Stored size: 540 Bytes
Contents
module Spider autoload :Logger, "spiderfw/utils/logger" autoload :Controller, "spiderfw/controller/controller" autoload :Widget, "spiderfw/widget/widget" autoload :PageController, "spiderfw/controller/page_controller" autoload :Dispatcher, "spiderfw/controller/dispatcher" autoload :Router, "spiderfw/controller/router" autoload :Template, "spiderfw/templates/template" autoload :HTTP, "spiderfw/http/http" end
Version data entries
16 entries across 16 versions & 1 rubygems