module Falcon::Environment::Rackup

def rackup_path

def rackup_path
	File.expand_path("config.ru", root)
end