module Rack::Response::Helpers

def method_not_allowed?; status == 405; end

def method_not_allowed?;  status == 405;                        end