Method: Falcon::Rackup::Handler.to_s

Defined in:
lib/falcon/rackup/handler.rb

.to_sObject

The name of the handler.



19
20
21
# File 'lib/falcon/rackup/handler.rb', line 19

def self.to_s
  "Falcon v#{Falcon::VERSION}"
end