Class: Hyperdrive::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/hyperdrive/server.rb

Class Method Summary collapse

Class Method Details

.call(env) ⇒ Object



5
6
7
# File 'lib/hyperdrive/server.rb', line 5

def self.call(env)
  server.call(env)
end