Sha256: 0265245bdb69fcb111e063ee7c3b944a445923e532c73193a745674ff1283903
Contents?: true
Size: 250 Bytes
Versions: 14
Compression:
Stored size: 250 Bytes
Contents
module Rack # Deprecated. To be removed in Kiss 1.1. # Functionality moved to Kiss#initialize (lib/kiss.rb). class ShowExceptions 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