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