Sha256: 33a7d4e9c1bebee45ff6c54736aa7129d5b2077b742c38d8ff816eb22e312603
Contents?: true
Size: 97 Bytes
Versions: 16
Compression:
Stored size: 97 Bytes
Contents
class App def call(env) [200, {"Content-Type" => "text/plain"}, ["embeded app"]] end end
Version data entries
16 entries across 16 versions & 1 rubygems