Method: Thin::Server#name

Defined in:
lib/thin/server.rb

#nameObject Also known as: to_s

Name of the server and type of backend used. This is also the name of the process in which Thin is running as a daemon.



190
191
192
# File 'lib/thin/server.rb', line 190

def name
  "thin server (#{@backend})"
end