Sha256: 61c659f8bd43d5eb814601f8c9a0892c3cf60930fdd384cc021ee473c9c4349d
Contents?: true
Size: 205 Bytes
Versions: 11
Compression:
Stored size: 205 Bytes
Contents
module CubaApi class Ext2MimeRack def initialize( app, *allowed) @app = app @allowed = allowed end def call(env) status, headers, body = @app.call(env) end end end
Version data entries
11 entries across 11 versions & 1 rubygems