Sha256: 9b29bdb75c4c9bff96b75090751f31f8cc0d972cd73588c1a08940d1d4cb40f3
Contents?: true
Size: 242 Bytes
Versions: 14
Compression:
Stored size: 242 Bytes
Contents
module Rack # Deprecated. To be removed in Kiss 1.1. # Functionality moved to Kiss#initialize (lib/kiss.rb). class ShowDebug def initialize(app) @_app = app end def call(env) @_app.call(env) end end end
Version data entries
14 entries across 14 versions & 1 rubygems