class Spork::AppFramework::Unknown

This is used if no supported appliction framework is detected

Public Instance Methods

entry_point() click to toggle source
# File lib/spork/app_framework/unknown.rb, line 3
def entry_point
  nil
end