Sha256: 1f2db01ec609354a1872b156bb26a8f06ceb6be3a12f28cccf53d6197813eb15
Contents?: true
Size: 240 Bytes
Versions: 36
Compression:
Stored size: 240 Bytes
Contents
class BasicMetal def self.call(env) if env["PATH_INFO"] =~ /^\/basic-metal/ [200, {"Content-Type" => 'text/html'}, ['Extension with Metal!']] else [404, {"Content-Type" => "text/html"}, ["Not Found"]] end end end
Version data entries
36 entries across 36 versions & 5 rubygems