module Sprockets::Server
def method_not_allowed_response
def method_not_allowed_response [ 405, { "Content-Type" => "text/plain", "Content-Length" => "18" }, [ "Method Not Allowed" ] ] end
def method_not_allowed_response [ 405, { "Content-Type" => "text/plain", "Content-Length" => "18" }, [ "Method Not Allowed" ] ] end