add not_found handler to legacy parser, so it works on ruby 1.8

This commit is contained in:
Konstantin Haase 2010-06-25 19:35:29 +02:00
Родитель a5dc52592c
Коммит 12e2ef3c24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -117,7 +117,7 @@ module YARD
module Legacy module Legacy
class RouteHandler < Ruby::Legacy::Base class RouteHandler < Ruby::Legacy::Base
include AbstractRouteHandler include AbstractRouteHandler
handles /\A(get|post|put|delete|head)[\s\(].*/m handles /\A(get|post|put|delete|head|not_found)[\s\(].*/m
def http_verb def http_verb
statement.tokens.first.text.upcase statement.tokens.first.text.upcase