Sha256: bfb4937b632751a19338b80f3e7d066b9db8f19d0c55a1f6f2fd1bfc3bfc774a
Contents?: true
Size: 591 Bytes
Versions: 37
Compression:
Stored size: 591 Bytes
Contents
module Spider autoload :Logger, "spiderfw/utils/logger" autoload :App, "spiderfw/app" 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
37 entries across 37 versions & 1 rubygems