Sha256: 4032420780b8f5e124d87029325505f32c9298b46a33bf002080fcf9038dde2b
Contents?: true
Size: 151 Bytes
Versions: 1
Compression:
Stored size: 151 Bytes
Contents
class HelloWorld def call(_env) [ 200, { 'Content-Type' => 'text/html' }, ['Hello world!'] ] end end run HelloWorld.new
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
guard-rack-2.2.1 | spec/lib/guard/integration.ru |