Module: Stagehand

Defined in:
lib/stagehand.rb,
lib/stagehand/version.rb,
lib/stagehand/application.rb

Defined Under Namespace

Classes: Application

Constant Summary collapse

VERSION =
'0.1.1'

Class Method Summary collapse

Class Method Details

.applicationObject



2
3
4
5
6
# File 'lib/stagehand.rb', line 2

def self.application
  Rack::Builder.app do
    run Application
  end
end

.rootObject



8
9
10
# File 'lib/stagehand.rb', line 8

def self.root
  File.expand_path('../..', __FILE__)
end