module Rack::Identicon
Constants
- VERSION
Public Class Methods
call(env)
click to toggle source
# File lib/rack/identicon.rb, line 15 def self.call env new.call env end
new(*args)
click to toggle source
# File lib/rack/identicon.rb, line 11 def self.new *args Middleware.new *args end