class Rails::Server

def serveable? # :nodoc:

:nodoc:
def serveable? # :nodoc:
  server
  true
rescue LoadError, NameError
  false
end