In Files

Methods

Picombo::Loader

Public Class Methods

run() click to toggle source
    # File lib/picombo.rb, line 10
10:         def self.run
11:             return Rack::Builder.new do
12:                 use Rack::Session::Cookie
13:                 run Picombo::Core.new
14:                 puts '-- Starting Picombo Version '+Picombo::Core::VERSION
15:             end
16:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.