Class: Spork::AppFramework::Unknown

Inherits:
Spork::AppFramework show all
Defined in:
lib/spork/app_framework/unknown.rb

Overview

This is used if no supported appliction framework is detected

Constant Summary

Constants inherited from Spork::AppFramework

SUPPORTED_FRAMEWORKS

Instance Method Summary collapse

Methods inherited from Spork::AppFramework

[], #bootstrap_required?, detect_framework, detect_framework_name, #preload, setup_autoload, short_name, #short_name

Instance Method Details

#entry_pointObject



3
4
5
# File 'lib/spork/app_framework/unknown.rb', line 3

def entry_point
  nil
end