Class: Rack::Identicon::Middleware

Inherits:
Object
  • Object
show all
Defined in:
lib/rack/identicon.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



20
21
22
# File 'lib/rack/identicon.rb', line 20

def call env
  Response.new(env).triplet
end