class Sinatra::Base

def running?

Check whether the self-hosted server is running or not.
def running?
  running_server?
end